Commit dad54c2a by dong

fix20220519

parent 79ab31be
...@@ -178,7 +178,7 @@ def industry_enterprise(): ...@@ -178,7 +178,7 @@ def industry_enterprise():
"dengl": '瞪羚企业' if i.dengl == '1' else '', "dengl": '瞪羚企业' if i.dengl == '1' else '',
"isfive": '五百强企业' if i.isfive == '1' else '', "isfive": '五百强企业' if i.isfive == '1' else '',
"scale": '规模以上企业' if i.scale == '1' else '', "scale": '规模以上企业' if i.scale == '1' else '',
"hosts": '企业热度' if i.hosts else '' "hosts": '企业热度' if i.hots else ''
} for i in companys] } for i in companys]
df.sort(key=lambda s: s["hosts"], reverse=True) df.sort(key=lambda s: s["hosts"], reverse=True)
......
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