From 6a387d8dbe14eb5cf70fb7f4e082f53c977569fc Mon Sep 17 00:00:00 2001
From: liujiming <liujm@wealthgrow.cn>
Date: Mon, 26 Jul 2021 15:59:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AF=84=E8=AE=BA=E4=BF=AE?=
 =?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../src/main/java/com/tanpu/community/manager/ThemeManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community-service/src/main/java/com/tanpu/community/manager/ThemeManager.java b/community-service/src/main/java/com/tanpu/community/manager/ThemeManager.java
index 515d75e..9c6627c 100644
--- a/community-service/src/main/java/com/tanpu/community/manager/ThemeManager.java
+++ b/community-service/src/main/java/com/tanpu/community/manager/ThemeManager.java
@@ -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){
-- 
2.18.1