فهرست منبع

查询推送消息返回answer_status字段

locky 2 سال پیش
والد
کامیت
e7aa389d48
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Service/EquipmentInfoService.py

+ 1 - 1
Service/EquipmentInfoService.py

@@ -191,7 +191,7 @@ class EquipmentInfoService:
         @return: qs_page 遍历后的设备信息结果集
         """
         equipment_info_qs = equipment_info_qs.values('id', 'device_uid', 'device_nick_name', 'channel', 'event_type',
-                                                     'status', 'alarm',
+                                                     'status', 'answer_status', 'alarm',
                                                      'event_time', 'receive_time', 'is_st', 'add_time',
                                                      'storage_location', 'border_coords', 'tab_val')