Commit 6a387d8d authored by 刘基明's avatar 刘基明

我的评论修复

parent 1ddfaf2d
......@@ -475,7 +475,7 @@ public class ThemeManager {
.content(Collections.singletonList(commentContent))
.commentId(commentEntity.getCommentId())
.themeType(ThemeTypeEnum.RES_COMMENT.getCode())
.follow(followRelService.checkFollow(themeQo.getAuthorId(),userId))
.follow(followRelService.checkFollow(userId,userId))
.build();
//如果原文未被删除,组装数据到formerTheme中
if (themeQo!=null){
......
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