账号不存在提示修改

This commit is contained in:
gaoqr
2026-06-10 17:49:22 +08:00
parent 90d5284486
commit d75a737187
5 changed files with 5 additions and 4 deletions
@@ -125,7 +125,7 @@ public class AdminAuthServiceImpl implements AdminAuthService {
// 校验用户是否存在
if (user == null) {
createLoginLog(null, username, null, null, logTypeEnum, LoginResultEnum.BAD_CREDENTIALS);
throw new ServiceException(ErrorCodeConstants.AUTH_LOGIN_BAD_CREDENTIALS);
throw new ServiceException(ErrorCodeConstants.AUTH_LOGIN_USER_NOT_EXISTS);
}
Long organId = user.getOrganId();
// 校验机构有效性
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long