Commit 8593f205 by 赵宇

fix

parent c42416a3
......@@ -36,6 +36,8 @@ def get_all_enterprise():
"company": enterprise.company_name, # 企业名
"area": enterprise.city + enterprise.district,
"createtime": (enterprise.build_date).strftime("%Y-%m-%d %H:%M:%S"),
"legal": enterprise.legal,
"capital": enterprise.capital,
"entype": enterprise.entype,
......
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