Browse Source

获取主用户修改3

chenshibin 4 years ago
parent
commit
ffec2294ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Controller/EquipmentManagerV3.py

+ 2 - 2
Controller/EquipmentManagerV3.py

@@ -744,8 +744,8 @@ class EquipmentManagerV3(View):
             if NickName == '':
             if NickName == '':
                 qs[0]['NickName'] = username
                 qs[0]['NickName'] = username
 
 
-            if userEmail == '':
-                qs[0]['userEmail'] = NickName
+            # if userEmail == '':
+            #     qs[0]['userEmail'] = NickName
 
 
             if phone == '':
             if phone == '':
                 qs[0]['phone'] = NickName
                 qs[0]['phone'] = NickName