From 1a5b4b364ae6bc91b9346fd8973b00929fc44345 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 27 Nov 2023 21:11:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=8C=93?= =?UTF-8?q?=EA=B8=80=EC=9D=98=20=EB=8B=B5=EA=B8=80=20=ED=91=B8=EC=8B=9C=20?= =?UTF-8?q?-=20=EB=8C=93=EA=B8=80=EC=9D=84=20=EC=A7=80=EC=9A=B0=EB=A9=B4?= =?UTF-8?q?=20=EB=8B=B5=EA=B8=80=20=ED=91=B8=EC=8B=9C=EA=B0=80=20=EA=B0=80?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sodalive/content/comment/AudioContentCommentRepository.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt index 1d6268d..5d0e9ce 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt @@ -155,6 +155,7 @@ class AudioContentCommentQueryRepositoryImpl( ): List { var where = audioContent.id.eq(contentId) .and(member.id.ne(myMemberId)) + .and(audioContentComment.isActive.isTrue) if (commentParentId != null) { where = where.and(