bug修改

This commit is contained in:
guoshengxiong 2025-04-08 18:11:28 +08:00
parent 39064fd837
commit 3e7665e394

View File

@ -1618,6 +1618,9 @@ public class SystemUserServiceImpl extends ServiceImpl<SystemUserMapper, SystemU
} catch (AuthenticationException e) {
log.error("error", e);
throw new CustomException("Invalid username/password supplied", HttpStatus.UNPROCESSABLE_ENTITY);
} catch (Exception e) {
log.error("error", e);
throw new OpenAlertException("");
}
}