Commit 9e226bfa by dong

fix20221208

parent 25aaf0bf
...@@ -242,6 +242,7 @@ def get_data(name, industry_level, select_flag, page, perpage): ...@@ -242,6 +242,7 @@ def get_data(name, industry_level, select_flag, page, perpage):
"cate": i.cate, # 园区类型 "cate": i.cate, # 园区类型
"area": i.area, "area": i.area,
"address": i.address, "address": i.address,
"navigat": i.navigat,
"cluster": i.cluster} for i in induzone], "cluster": i.cluster} for i in induzone],
"size": size} "size": size}
return admin_data return admin_data
...@@ -514,7 +515,6 @@ def industry_policy(): ...@@ -514,7 +515,6 @@ def industry_policy():
"name": i.name, "name": i.name,
"org": i.org, "org": i.org,
"pubdate": (i.pubdate).strftime("%Y-%m-%d"), "pubdate": (i.pubdate).strftime("%Y-%m-%d"),
"navigat": i.navigat
} for i in indu_policy], } for i in indu_policy],
"size": size "size": size
} }
......
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