Commit 17f6d319 authored by rico.liu's avatar rico.liu

update

parent abae1628
...@@ -1111,7 +1111,7 @@ def CheckPointParamsData(path): ...@@ -1111,7 +1111,7 @@ def CheckPointParamsData(path):
if row['remark'] != 'nan' and row['remark'] != 'None': if row['remark'] != 'nan' and row['remark'] != 'None':
continue continue
id_ = str(row['id']) id_ = int(row['id'])
category = row['zi_subcategoryname'] category = row['zi_subcategoryname']
eg_brand_name = row['zi_brandname'] eg_brand_name = row['zi_brandname']
eg_product_name = row['name'] eg_product_name = row['name']
......
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