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

我的评论修复

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