Ver Fonte

维护人员工号报文返回错误修改

Min há 1 ano atrás
pai
commit
4139359eda

+ 2 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/controller/UserController.java

@@ -499,8 +499,9 @@ public class UserController {
                 msg.setError("验证失败");
                 return msg;
             }
+        }else {
+            msg.setError("人员不存在");
         }
-        msg.setError("人员不存在");
         return msg;
     }