Browse Source

BUG调整

章政 6 years ago
parent
commit
088bde42b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_MES_NEW/PublicMethod/LogicHandler.cs

+ 1 - 1
UAS_MES_NEW/PublicMethod/LogicHandler.cs

@@ -143,7 +143,7 @@ namespace UAS_MES_NEW.PublicMethod
                 }
             }
             else oErrorMessage = "用户不存在!";
-            return false;
+            return oErrorMessage == "";
         }
 
         /// <summary>