chanjunkai 5 年之前
父节点
当前提交
9e82709193
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/EquipmentManager.py

+ 1 - 1
Controller/EquipmentManager.py

@@ -773,7 +773,7 @@ def uid_status(request):
             'video_code': qs[0]['video_code'],
             'channel': qs[0]['channel'],
             'cloud_vod': qs[0]['cloud_vod'],
-            'detect_group': qs[0]['detect_group'],
+            'detect_group': qs[0]['detect_group'],  # 推送组
         }
         # 查询云存储相关信息
         ubqs = UID_Bucket.objects.filter(uid=uid). \