Commit 0c5aea50 by 赵宇

fix

parent 9a09db97
......@@ -97,7 +97,7 @@ def advice():
zone = zone.order_by(Induzone.traffic_point.desc())
size = zone.count()
result = zone.paginate(page, perpage).items
zone = zone.all
zone = zone.all()
all_jwd = [{"id": i.id, "name": i.name, "lng": i.lng, "lat": i.lat} for i in zone]
data = {"data": [{"id": i.id,
"name": i.name, # 园区名称
......
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