Commit 3b26c391 by 赵宇

fix20220302

parent 677bb5b6
......@@ -342,6 +342,8 @@ def recommond():
perpage).items # # 企业热度倒序
ent_data = []
for com in enterprise:
if com.city == '晋城市':
continue
ent_data.append({"id": com.id,
"company_name": com.company_name,
"city": com.city,
......
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