Преглед изворни кода

查询推送消息返回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 遍历后的设备信息结果集
         @return: qs_page 遍历后的设备信息结果集
         """
         """
         equipment_info_qs = equipment_info_qs.values('id', 'device_uid', 'device_nick_name', 'channel', 'event_type',
         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',
                                                      'event_time', 'receive_time', 'is_st', 'add_time',
                                                      'storage_location', 'border_coords', 'tab_val')
                                                      'storage_location', 'border_coords', 'tab_val')