Commit 5cc74140 authored by litaolemo's avatar litaolemo

update

parent a944ee24
...@@ -146,7 +146,7 @@ for redis_count,spark_res in enumerate(sql_res): ...@@ -146,7 +146,7 @@ for redis_count,spark_res in enumerate(sql_res):
second_demands = res.get("second_demands") second_demands = res.get("second_demands")
# print(count_res) # print(count_res)
for tag in second_demands: for tag in second_demands:
if tag in tags_v3_count_dict: if tag in second_demands_count_dict:
total_tractate_content_num += second_demands_count_dict[tag] total_tractate_content_num += second_demands_count_dict[tag]
if res.get("projects"): if res.get("projects"):
projects = res.get("projects") projects = res.get("projects")
......
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