Commit c5ef8fb4 by dong

fix20230417

parent 7c4ac829
...@@ -530,6 +530,7 @@ def attract_enterprise(): ...@@ -530,6 +530,7 @@ def attract_enterprise():
"山西民营100强" if i.sxonhun == '1' else '', "山西民营100强" if i.sxonhun == '1' else '',
"规模以上企业" if i.scale == '1' else '', "规模以上企业" if i.scale == '1' else '',
"限额以上服务业" if i.serve == '1' else '', "限额以上服务业" if i.serve == '1' else '',
"专利企业" if i.patent == '1' else '' "专利企业" if i.patent == '1' else ''
])) ]))
} for i in enterprise_obj_list] } for i in enterprise_obj_list]
......
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