Commit abae1628 authored by rico.liu's avatar rico.liu

d

parent 050d7756
......@@ -879,9 +879,9 @@ def GetNonpointCategoryDataDetail(df_):
if len(name_list) ==1:
name_list = str(name_list).replace("'","")
#name_list = str(name_list[0]).replace("'","")
name_matched_xt = str(name_list[0]).replace("'","")
code_list = str(code_list).replace("'","")
#code_list = str(code_list).replace("'","")
code_matched_xt = str(code_list[0]).replace("'","")
cursor_zi_service.execute(f"update product_all set fuzzy_match_result = '1',fuzzy_match_name = '{name_matched_xt}',fuzzy_match_code = '{code_matched_xt}' where id = '{_id}'")
......
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