Commit 6e5af22e authored by 王亚雷's avatar 王亚雷

关注列表

parent 1b7d5b56
......@@ -78,7 +78,7 @@ public class HomePageController {
@ApiOperation("查询关注/粉丝列表")
@ResponseBody
public CommonResp<Page<FollowQo>> queryFollowList(@RequestBody QueryFollowReq req) {
String selfUserId = httpServletHelper.getCurrentUserId();
String selfUserId = userHolder.getUserId();
// 为空查询当前用户自己的粉丝/关注列表
if (StringUtils.isEmpty(req.getUserId()) && StringUtils.isNotEmpty(selfUserId)) {
req.setUserId(selfUserId);
......
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