From b38e4860ac533e9b0467a8e054b287589a362793 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 9 May 2023 09:42:02 +0800 Subject: [PATCH] =?UTF-8?q?refector:=20=E7=BC=93=E5=AD=98=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E4=BF=A1=E6=81=AF=E5=B8=A6=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/am/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/am/tasks.py b/apps/am/tasks.py index ff745820..f365d2d2 100644 --- a/apps/am/tasks.py +++ b/apps/am/tasks.py @@ -23,6 +23,7 @@ def cache_areas_info(): if is_ok: area_dict = { 'id': i.id, + 'name': i.name, 'type': i.type, 'floor_no': i.third_info['xx_rail']['detail']['floorNo'], 'polygon': Polygon(points),