Commit 08f2cf2d authored by litaolemo's avatar litaolemo

update

parent 55a24630
......@@ -355,7 +355,7 @@ def get_user_post_from_mysql(sql):
sql_res = con_sql_doris_prod(sql)
for card_id in sql_res:
# print(type(card_id[0]),card_id)
es_res = get_tractate_tags_from_es(card_id[0])
es_res = get_diary_from_mysql(card_id[0],id_type='diary')
second_demands_tractate_dict[card_id[0]] = es_res["_source"]["second_demands"]
tags_v3_tractate_dict[card_id[0]] = es_res["_source"]["tags_v3"]
......
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