Commit c61daf0b by dong

fix20230410

parent d1918269
...@@ -345,7 +345,7 @@ def find_up_thr1(chain_id, industry_type, industry_id, flag): ...@@ -345,7 +345,7 @@ def find_up_thr1(chain_id, industry_type, industry_id, flag):
} }
node_two["subNodeList"].append(node_thr) node_two["subNodeList"].append(node_thr)
node_one["subNodeList"].append(node_two) node_one["subNodeList"].append(node_two)
# node_one.update({"company_count": total_count}) node_two.update({"company_count": len(set(two_id_li))})
# node_one.update({"company_count": len(set(one_id_li)), "enterprise_count": total_count}) # node_one.update({"company_count": len(set(one_id_li)), "enterprise_count": total_count})
node_one.update({"company_count": len(set(one_id_li))}) node_one.update({"company_count": len(set(one_id_li))})
data["subNodeList"].append(node_one) data["subNodeList"].append(node_one)
......
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