Commit 41ade865 by dong

fix20230403

parent 841c6405
...@@ -1178,13 +1178,13 @@ def industry_enterprise(): ...@@ -1178,13 +1178,13 @@ def industry_enterprise():
Company.high_new == '1' if aptitude == '高新技术企业' else text(''), Company.high_new == '1' if aptitude == '高新技术企业' else text(''),
Company.tbe == '1' if aptitude == '科技型中小企业' else text(''), Company.tbe == '1' if aptitude == '科技型中小企业' else text(''),
Company.quoted_company == '1' if aptitude == '上市企业' else text(''), Company.quoted_company == '1' if aptitude == '上市企业' else text(''),
Company.sxmon == '1' if aptitude == '山西民营100强' else text(''), Company.sxmon == '1' if aptitude == '山西100强企业' else text(''),
Company.zjtg == '1' if aptitude == '山西专精特新企业' else text(''), Company.zjtg == '1' if aptitude == '山西专精特新企业' else text(''),
Company.unicorn == '1' if aptitude == '独角兽企业' else text(''), Company.unicorn == '1' if aptitude == '独角兽企业' else text(''),
Company.dengl == '1' if aptitude == '瞪羚' else text(''), Company.dengl == '1' if aptitude == '瞪羚企业' else text(''),
Company.isfive == '1' if aptitude == '中国500强' else text(''), Company.isfive == '1' if aptitude == '中国500强企业' else text(''),
Company.scale == '1' if aptitude == '规模以上企业' else text(''), Company.scale == '1' if aptitude == '规模以上企业' else text(''),
Company.serve == '1' if aptitude == '限额以上服务业' else text(''), Company.serve == '1' if aptitude == '限额以上服务业企业' else text(''),
Company.chain_master == '1' if aptitude == '链主企业' else text(''), Company.chain_master == '1' if aptitude == '链主企业' else text(''),
) )
......
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