|
|
@ -65,7 +65,7 @@ public class SysLoginService
|
|
|
|
throw new ServiceException(userResult.getMsg());
|
|
|
|
throw new ServiceException(userResult.getMsg());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (StringUtils.isNull(userResult) || StringUtils.isNull(userResult.getData()))
|
|
|
|
if (StringUtils.isNull(userResult.getData()))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
recordLogininfor(username, Constants.LOGIN_FAIL, "登录用户不存在");
|
|
|
|
recordLogininfor(username, Constants.LOGIN_FAIL, "登录用户不存在");
|
|
|
|
throw new ServiceException("登录用户:" + username + " 不存在");
|
|
|
|
throw new ServiceException("登录用户:" + username + " 不存在");
|
|
|
|