Commit da645171 by dong

fix20230417

parent ae841e34
......@@ -506,7 +506,7 @@ def attract_enterprise():
Enterprise.scale == '1' if qualificat == '规模以上企业' else text(''),
Enterprise.sxonhun == '1' if qualificat == '山西100强企业' else text(''),
Enterprise.serve == '1' if qualificat == '限额以上服务业企业' else text(''),
# Enterprise.patent == '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