Commit 4e346a19 by dong

fix

parent 7bba7dc1
......@@ -1534,7 +1534,8 @@ def newList1():
# company += company3
# company = set(company)
indu_name = Industry.query.get(inid)
indu_obj = Industry.query.get(inid)
indu_name = indu_obj.name
company1 = Enterprise.query.filter(
Enterprise.c_type == inid,
Enterprise.product_all.like("%{}%".format(indu_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