Commit 16d242e8 by 赵宇

fix

parent b71458e1
...@@ -227,7 +227,7 @@ def project(): ...@@ -227,7 +227,7 @@ def project():
project_list = NewProject.query.filter_by(district=district).all() project_list = NewProject.query.filter_by(district=district).all()
for project in project_list: for project in project_list:
i += 1 i += 1
if i > 6: if i > 7:
pass pass
else: else:
industry_money.append({"name": project.type, industry_money.append({"name": project.type,
......
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