Commit 5599aa47 by dong

fix20230331

parent 3641b2d7
...@@ -651,7 +651,8 @@ def showListb(): ...@@ -651,7 +651,8 @@ def showListb():
"build_date": (i.build_date).strftime("%Y-%m-%d"), "build_date": (i.build_date).strftime("%Y-%m-%d"),
"capital": i.capital if i.capital else "", "capital": i.capital if i.capital else "",
"isfive": "中国500强企业" if i.isfive == "1" else "", "isfive": "中国500强企业" if i.isfive == "1" else "",
"quoted_company": "上市企业" if i.public_sector != "空" else "", # "quoted_company": "上市企业" if i.public_sector != "空" else "",
"quoted_company": "上市企业" if i.quoted_company == "1" else "",
"scale": "规模以上企业" if i.scale == "1" else "", "scale": "规模以上企业" if i.scale == "1" else "",
"zjtg": "山西专精特新企业" if i.zjtg == "1" else "", "zjtg": "山西专精特新企业" if i.zjtg == "1" else "",
"high_new": "高新技术企业" if i.high_new == "1" else "", "high_new": "高新技术企业" if i.high_new == "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