Parcourir la source

添加设备旧接口不查询绑定过的设备类型

peng il y a 2 ans
Parent
commit
0c51f7c232
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Controller/EquipmentManager.py

+ 1 - 1
Controller/EquipmentManager.py

@@ -426,7 +426,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