Commit b3117013 by dong

fix20221211

parent 370fc044
...@@ -627,6 +627,7 @@ def industry_policy(): ...@@ -627,6 +627,7 @@ def industry_policy():
} for i in indu_policy], } for i in indu_policy],
"size": size "size": size
} }
return jsonify(code=RET.OK, msg="政策数据查询成功", data=policy_data) return jsonify(code=RET.OK, msg="政策数据查询成功", data=policy_data)
......
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