Commit 40c991df authored by rico.liu's avatar rico.liu

1

parent ae3af8d2
...@@ -751,7 +751,7 @@ def product_named(batch,channel_alias,std_value_dict): ...@@ -751,7 +751,7 @@ def product_named(batch,channel_alias,std_value_dict):
#产品命名 #产品命名
for index,row in df.iterrows(): for index,row in df.iterrows():
id_ = str(row['id']) id_ = int(row['id'])
skuname = '' skuname = ''
brandname = row['zi_brandname'] brandname = row['zi_brandname']
......
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