瀏覽代碼

添加设备旧接口不绑定已经绑定的设备类型

peng 2 年之前
父節點
當前提交
1d689261e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/EquipmentManager.py

+ 1 - 1
Controller/EquipmentManager.py

@@ -425,7 +425,7 @@ def addInterface(request):
                 if is_bind.exists():
                     primaryUserID = is_bind[0]['primaryUserID']
                     primaryMaster = is_bind[0]['primaryMaster']
-                    Type = is_bind[0]['Type']
+                    # Type = is_bind[0]['Type']
                     isShare = True
 
                 isusermain = False