Commit 1ab3a37e by dong

fix20230417

parent c5ef8fb4
......@@ -214,6 +214,7 @@ def index_search():
# Induzone.name.like('%{}%'.format(carrier_name)) if carrier_name else text(''),
Induzone.navigat.like('%{}%'.format(industry)) if industry else text(''),
Induzone.district == district if district else text(''),
Induzone.cate == '产业园区',
Induzone.level == zone_level if zone_level else text('')
).filter(
or_(
......
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