Commit 2950afa8 authored by rico.liu's avatar rico.liu

update

parent 34b81b58
......@@ -550,7 +550,10 @@ def GetCollectDataDetail(df,channel_alias,batch):
name = row['name']
zi_brandname = row['zi_brandname']
zi_subcategoryname = row['zi_subcategoryname']
try:
url_params = eval(row['url_params'])
except:
url_params = {}
std_key_list = []
......@@ -2035,7 +2038,7 @@ df = LoadData(batch,channel_alias,'collectDataConfirm')
df.to_excel(f"{channel_alias}建库信息确认{batch}.xlsx")
#建库信息结果确认更新
path = '/Users/rico/project/模板建库v2/MBJK-LXQ建库信息确认2020-12-31.xlsx'
path = '/Users/rico/Downloads/tjx-mbjk建库信息确认2021-01-04(1).xlsx'
UpdateCollectDataConfirm(path)
#产品建库,价格入库
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment