This commit is contained in:
2026-06-16 10:29:29 +08:00
parent b3f02790fc
commit 3f8f8f5f44
@@ -310,7 +310,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Sys_user> implements Sys
String hashedPassword = PwdUtil.getPassword(decodePwd, user.getSalt());
if (!Strings.sNull(hashedPassword).equalsIgnoreCase(user.getPassword())) {
// if (Globals.sso) {
// throw new BaseException("用户名或者密码不正确");
throw new BaseException("用户名或者密码不正确");
// }
}
user = this.fetchLinks(user, "unit");