Browse Source

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

peng 2 năm trước cách đây
mục cha
commit
1d689261e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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