Browse Source

查询AI数据列表eventType只返回一种类型

locky 3 năm trước cách đây
mục cha
commit
86f4c28bed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Controller/AiController.py

+ 1 - 0
Controller/AiController.py

@@ -692,6 +692,7 @@ class AiView(View):
         )
 
         for p in qs:
+            p['eventType'] = eventType
             devUid = p['devUid']
             eventTime = p['eventTime']
             channel = p['Channel']