Commit 7bba7dc1 by dong

fix

parent 1d4b4b3f
......@@ -419,8 +419,10 @@ def search_enterprise():
def get_enterprise_num(product, inid):
indu_obj_li = get_product_li(product, inid)
# indu_obj_li = get_product_li(product, inid)
# total_enterprise_num = 0
indu_obj_li = []
indu_obj_li.append(product)
company = []
for indu_name in indu_obj_li:
# indu_name = indu_obj.industry_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