【更新】个人中心查询企业数据
This commit is contained in:
parent
7d60753f10
commit
94c90f0333
|
|
@ -115,9 +115,11 @@ public class SysLoginService
|
|||
recordLogService.recordLogininfor(username, Constants.LOGIN_SUCCESS, "登录成功");
|
||||
Long userId = user.getUserId();
|
||||
R<UserVo> userVoR = remoteUserService.selectUserVo(userId);
|
||||
if(userVoR.getData()!=null){
|
||||
userVoR.getData().setPhonenumber(user.getPhonenumber());
|
||||
userVoR.getData().setUserId(userId);
|
||||
userInfo.setUserVo(userVoR.getData());
|
||||
}
|
||||
return userInfo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue