Commit d0357083 authored by litaolemo's avatar litaolemo

update

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