Commit 7a05f933 authored by rico.liu's avatar rico.liu

update

parent 0d136fdf
......@@ -162,5 +162,5 @@ def get_point_category_params_data(category):
conn_zi_new.close()
category = '激光打印机'
category = '硒鼓/墨粉'
get_point_category_params_data(category)
\ No newline at end of file
......@@ -149,10 +149,10 @@ def upload_params_data(category,path):
print(index_(process_index,1), end='%')
process_index+=1
if index in temp_index_list:
continue
else:
temp_index_list.append(index)
#if index in temp_index_list:
# continue
#else:
# temp_index_list.append(index)
sku = row['产品编码']
brandname = row['产品品牌']
......@@ -453,6 +453,6 @@ def upload_params_data(category,path):
category_name = '硒鼓/墨粉'
path = '/Users/rico/Downloads/硒鼓墨粉汇总-库内数据补参(校验通过).xlsx'
path = '/Users/rico/Downloads/硒鼓_墨粉参数确认-需补充参数-汇总(校验通过).xlsx'
upload_params_data(category_name,path)
\ No newline at end of file
......@@ -94,8 +94,6 @@ def check_data(category_name,path):
print(index_(process_index,1), end='%')
process_index+=1
count+=1
id_ = str(row['id'])
......@@ -205,7 +203,7 @@ def check_data(category_name,path):
category_name = '硒鼓/墨粉'
path = '/Users/rico/Downloads/硒鼓墨粉汇总-库内数据补参.xlsx'
path = '硒鼓_墨粉参数确认-需补充参数-汇总.xlsx'
check_data(category_name,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