Commit f5b98ec4 by dong

fix

parent bb1a46b1
...@@ -1082,7 +1082,8 @@ def industry_enterprise(): ...@@ -1082,7 +1082,8 @@ def industry_enterprise():
try: try:
company = Company.query.filter( company = Company.query.filter(
Company.city == "晋城市", # Company.city == "晋城市",
Company.district == "满城区",
Company.entype.like('%{}%'.format(entype)) if entype else text(''), Company.entype.like('%{}%'.format(entype)) if entype else text(''),
Company.company_name.like('%{}%'.format(company_name)) if company_name else text(''), Company.company_name.like('%{}%'.format(company_name)) if company_name else text(''),
Company.public_sector == status if status else text('') Company.public_sector == status if status 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