Commit d0357083 authored by litaolemo's avatar litaolemo

update

parent 810276c8
......@@ -283,9 +283,9 @@ for res in sql_res:
card_id = res.card_id
session_pv = res.session_pv
card_id_set.update(card_id)
if card_id in second_demands_tag_dict:
for tag_id in second_demands_tag_dict[card_id]:
if tag_id in second_demands_id_count:
if cl_id in second_demands_tag_dict:
for tag_id in second_demands_tag_dict[cl_id]:
if cl_id in second_demands_id_count:
second_demands_id_count[tag_id].update(card_id)
else:
second_demands_id_count[tag_id] = set()
......@@ -296,8 +296,8 @@ for res in sql_res:
else:
baoguang_dict[tag_id] = session_pv
if card_id in projects_demands_tag_dict:
for tag_id in projects_demands_tag_dict[card_id]:
if cl_id in projects_demands_tag_dict:
for tag_id in projects_demands_tag_dict[cl_id]:
if tag_id in projects_demands_id_count:
projects_demands_id_count[tag_id].update(card_id)
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