Commit 6cc425dc authored by zhou's avatar zhou

Update main_merge.py

parent 23d2dc80
......@@ -659,7 +659,7 @@ def param_extract_function_crawl(data_table,channel):
'subcategorycode':[]
}
m = 0
now_time = f'{now_time}1'
now_time = f'{now_time}2'
for categorycode in category_list:
sql_ZIdatabase.cursor.execute(f"select SubTitle from VW_Relation_Property where SubCategoryCode='{categorycode}' and (Isimportant = '1' or Ispeijian = '1')")
param_standard_lyst = [x[0] for x in sql_ZIdatabase.cursor.fetchall()]
......
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