Pre Merge pull request !126 from runphp/N/A

This commit is contained in:
runphp 2022-07-12 10:22:23 +00:00 committed by Gitee
commit 54b4085c2e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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