Commit 32832290 authored by litaolemo's avatar litaolemo

update

parent b7026a30
......@@ -273,6 +273,7 @@ for res in sql_res:
if cl_id in device_id_dict:
print("has device")
card_id = res.card_id
print(type(card_id),card_id)
if str(card_id) not in card_id_list:continue
print("has card_id")
session_pv = res.session_pv
......
......@@ -343,7 +343,7 @@ def get_user_post_from_mysql(sql):
tags_v3_count_dict = {}
sql_res = con_sql_doris_prod(sql)
for card_id in sql_res:
# print(card_id)
print(type(card_id),card_id)
card_id_list.append(str(card_id))
es_res = get_tractate_tags_from_es(card_id[0])
for position in es_res["_source"]["second_demands"]:
......
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