Commit 69fb050c by dong

fix20230109

parent a0fa13b1
...@@ -263,14 +263,8 @@ def find_up_thr1(industry_type, industry_id): ...@@ -263,14 +263,8 @@ def find_up_thr1(industry_type, industry_id):
"subNodeList": [] "subNodeList": []
} }
node_two["subNodeList"].append(node_thr) node_two["subNodeList"].append(node_thr)
# # 一级
# node_one = {
# "node": "{}".format(chain_name1),
# "level": 2,
# "company_count": total_count,
# "subNodeList": []
# }
node_one["subNodeList"].append(node_two) node_one["subNodeList"].append(node_two)
node_one.update({"company_count": total_count})
data["subNodeList"].append(node_one) data["subNodeList"].append(node_one)
return data return data
......
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