Commit 07eaf305 by dong

fix20230417

parent 6bc2f3f7
......@@ -505,7 +505,8 @@ def attract_enterprise():
Enterprise.tbe == '1' if qualificat == '科技型中小企业' else text(''),
Enterprise.scale == '1' if qualificat == '规模以上企业' else text(''),
Enterprise.sxonhun == '1' if qualificat == '山西100强企业' else text(''),
Enterprise.serve == '1' if qualificat == '限额以上服务业企业' else text('')
Enterprise.serve == '1' if qualificat == '限额以上服务业企业' else text(''),
Enterprise.patent == '1' if qualificat == '专利企业' else text('')
)
if product:
company, size = get_enterprise_num(product, inid)
......
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