Commit ca83f1ef by dong

fix20230201

parent e8acd66b
...@@ -94,7 +94,8 @@ def project_map(): ...@@ -94,7 +94,8 @@ def project_map():
project_obj_count2 = 0 project_obj_count2 = 0
project_obj_count3 = 0 project_obj_count3 = 0
project_obj_list = ProjectManagement.query.filter( project_obj_list = ProjectManagement.query.filter(
ProjectManagement.district == district_name if district_name else text('') ProjectManagement.district == district_name if district_name else text(''),
ProjectManagement.is_delete == 0
).all() ).all()
for project_obj in project_obj_list: for project_obj in project_obj_list:
if project_obj.sign_time: if project_obj.sign_time:
......
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