-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] 根据uuid查询用户信息 #24
base: master
Are you sure you want to change the base?
Conversation
用户公开信息增加了角色id、会员id字段
用户公开信息增加了角色id、会员id字段
用户公开信息增加了角色id、会员id字段
…ic-editor/FantasticEditorApi into feat-user-info-getMyinfo
修正了部分代码规范问题
修正了部分代码规范问题
修正了部分代码规范问题
修正了部分代码规范问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修改后拉取 master 更新后提交
} | ||
UserPublicInfoVO userVO = userService.getMyUserProfileInfo(uuid); | ||
return ResultUtil.success("获取当前用户信息成功", userVO); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
该部分内容不可删除
redisUtil.setHasKey(redisKey, Util.INSTANCE.objectToMap(userPublicInfoVO)); | ||
|
||
return userPublicInfoVO; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
该部分内容不可删除
@@ -213,4 +214,53 @@ object Util { | |||
} | |||
return target.getDeclaredConstructor().newInstance() | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有 BeanUtils 工具类,包括了这一个方法
🤔 这个变动的性质是?
💡 需求背景和解决方案
是(yes)
否(no)