Commit 0b1a12e9 by dong

fix20230308

parent 15516c78
...@@ -1152,7 +1152,7 @@ def industry_enterprise(): ...@@ -1152,7 +1152,7 @@ def industry_enterprise():
"entype": i.entype, "entype": i.entype,
"address": i.address, "address": i.address,
"telephone": i.telephone, "telephone": i.telephone,
# "hosts": i.hots, "hosts": i.hots,
"high_new": '高新技术企业' if i.high_new == '1' else '', "high_new": '高新技术企业' if i.high_new == '1' else '',
"tbe": '科技型中小企业' if i.tbe == '1' else '', "tbe": '科技型中小企业' if i.tbe == '1' else '',
"quoted_company": '上市企业' if i.quoted_company == '1' else '', "quoted_company": '上市企业' if i.quoted_company == '1' else '',
......
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