Commit 307ebede by dong

fix

parent 5cd35e31
......@@ -286,6 +286,7 @@ def propol():
# if redis_store.get(name_query) is not None:
# data = json.loads(redis_store.get(name_query))
# return jsonify(code=RET.OK, msg="获取成功", data=data)
project = Project.query.all()
# policy = InduPolicy.query.filter_by(district="满城区").order_by(InduPolicy.pubdate.desc())
policy = InduPolicy.query.all()
......
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