Commit 69c28524 by dong

fix20230201

parent d58394a4
...@@ -201,7 +201,8 @@ def show_area(): ...@@ -201,7 +201,8 @@ def show_area():
"build_empty_rate": build_empty_rate, "build_empty_rate": build_empty_rate,
# 闲置率 # 闲置率
"current_build_empty_rate": total_empty_rate, "current_build_empty_rate": total_empty_rate,
"build_rate": build_rate "build_rate": build_rate,
"district_name":district_name
}) })
except Exception as e: except Exception as e:
current_app.logger.error(e) current_app.logger.error(e)
......
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