Commit 7febfa4f by dong

fix

parent 79699ca9
......@@ -565,7 +565,7 @@ def attract_enterprise():
"专利企业" if i.patent == '1' else ''
]))
} for i in enterprise_obj_list]
size = len(enterprise_obj_list)
size = len(company1)
data = {"size": size, "df": df}
except Exception as e:
current_app.logger.error(e)
......
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