Explorar el Código

fix:equipment add

chenjunkai hace 6 años
padre
commit
44542bf7d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/EquipmentManager.py

+ 1 - 1
Controller/EquipmentManager.py

@@ -40,7 +40,7 @@ def queryUserEquipmentInterface(request):
         for dm in ubqs:
             if p['fields']['UID'] == dm['uid']:
                 p['fields']['vod'].append(dm)
-        p['fields']['primaryUserID'] = ''
+        # p['fields']['primaryUserID'] = ''
         res.append(p)
     return response.json(0, {'datas': res})