Commit d3e734e6 authored by litaolemo's avatar litaolemo

update

parent 00e42ed4
...@@ -266,7 +266,7 @@ WHERE spam_pv.device_id IS NULL ...@@ -266,7 +266,7 @@ WHERE spam_pv.device_id IS NULL
sql_res_list = con_sql(sql) sql_res_list = con_sql(sql)
kyc_str_list = [] kyc_str_list = []
if sql_res_list: if sql_res_list:
print(sql_res_list, type(sql_res_list)) # print(sql_res_list, type(sql_res_list))
kyc_str_list = sql_res_list[0][1].split(",") kyc_str_list = sql_res_list[0][1].split(",")
temp_count = 0 temp_count = 0
...@@ -291,8 +291,8 @@ WHERE spam_pv.device_id IS NULL ...@@ -291,8 +291,8 @@ WHERE spam_pv.device_id IS NULL
count_not_has_portratit += 1 count_not_has_portratit += 1
no_portrait_device_id_list.append(res.device_id) no_portrait_device_id_list.append(res.device_id)
print(portrait_dict) # print(portrait_dict)
print(count_user_count + 1, count_not_has_portratit) # print(count_user_count + 1, count_not_has_portratit)
print("-------------------------------") print("-------------------------------")
for protratit_type in portrait_dict["projects"]: for protratit_type in portrait_dict["projects"]:
......
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