Commit bc164357 by dong

fix20230403

parent c2835501
......@@ -324,7 +324,7 @@ def prolink():
df2 = []
# 按照企业数量排序
for name in result_bylink[0:13]:
for name in result_bylink:
company_count = Enterprise.query.filter(Enterprise.city != '晋城市').filter(or_(
Enterprise.product_all.like("%{}%".format(name)),
Enterprise.product_all1.like("%{}%".format(name)),
......
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