Commit 25aaf0bf by dong

fix20221208

parent 015d6e33
...@@ -513,7 +513,8 @@ def industry_policy(): ...@@ -513,7 +513,8 @@ def industry_policy():
"id": i.id, "id": i.id,
"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