Commit 76645a6a authored by litaolemo's avatar litaolemo

update

parent fb7cdcac
......@@ -357,8 +357,8 @@ for res in sql_res:
if int(card_id) in tags_v3_tractate_dict:
# print(cl_id,projects_demands_tag_dict[cl_id])
for tag_id in tags_v3_tractate_dict[int(card_id)]:
if transaction_type not in tags_v3_tractate_dict:
tags_v3_tractate_dict[transaction_type] = {}
if transaction_type not in projects_demands_id_count:
projects_demands_id_count[transaction_type] = {}
if tag_id in projects_demands_id_count[transaction_type]:
projects_demands_id_count[transaction_type][tag_id][int(card_id)] = 1
else:
......
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