Commit 040110de by dong

fix20221210

parent 1b0a9074
......@@ -896,7 +896,7 @@ def industry_enterprise():
try:
company = Company.query.filter(
# Company.c_type == inid,
Company.c_type == inid,
Company.city == "晋城市",
Company.entype == entype if entype else text(''),
Company.company_name.like('%{}%'.format(company_name)) if company_name 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