Commit 0feb834b by guojuxing

修改个人中心名称

parent 0940d22f
......@@ -146,7 +146,7 @@ public class UserController {
@RequestMapping("/get-login-user")
public RestResponse getLoginUser() {
LoginUserVO vo;
ServiceResponse<UserDTO> userResult = userApiService.getUserById(UserDetailUtils.getUserDetail().getUserId());
ServiceResponse<UserDTO> userResult = userApiService.getUserInfoById(UserDetailUtils.getUserDetail().getUserId());
if (userResult.isSuccess()) {
vo = EntityUtil.changeEntityNew(LoginUserVO.class, userResult.getResult());
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment