问题修复

This commit is contained in:
zhangchenbiao
2023-07-20 10:31:22 +08:00
parent 9b52bad406
commit 476bcf0a89
3 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,6 @@ public class LoginServiceImpl implements LoginService {
throw new ServiceException(ErrorCodeEnum.USER_NOT_EXIST);
}
LoginUserInfo currentUser = new LoginUserInfo();
RefreshUser refreshUser = new RefreshUser();
// 查企业用户
EnterpriseUserDO enterpriseUser = enterpriseUserDAO.getUserInfoById(userId);
if(enterpriseUser == null){