浏览代码

添加设备有主用户时记录日志

zhangdongming 3 周之前
父节点
当前提交
f203782b2a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Controller/EquipmentManagerV3.py

+ 2 - 0
Controller/EquipmentManagerV3.py

@@ -231,6 +231,8 @@ class EquipmentManagerV3(View):
                 }
                 }
             ]
             ]
             res['isMainUserExists'] = 1
             res['isMainUserExists'] = 1
+            LOGGER.info('add设备已绑定其他用户uid:{} type:{} 主:{} Now:{} nickName:{}'
+                        .format(UID, Type, vodPrimaryUserID, userID, NickName))
             return response.json(0, res)
             return response.json(0, res)
 
 
         # 日志数据
         # 日志数据