Commit 25aaf0bf by dong

fix20221208

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