From 51260311a01b6f058b3628551eb151381e1da486 Mon Sep 17 00:00:00 2001 From: Klaus Date: Thu, 5 Oct 2023 01:27:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20-=20=EB=8C=93=EA=B8=80=20=EC=88=98=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=20=EB=8B=B5=EA=B8=80=20=ED=8F=AC=ED=95=A8=ED=95=98?= =?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 153ea4b..0e791f3 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 @@ -83,6 +83,7 @@ class AudioContentCommentQueryRepositoryImpl( .from(audioContentComment) .where( audioContentComment.audioContent.id.eq(contentId) + .and(audioContentComment.parent.isNull) .and(audioContentComment.isActive.isTrue) ) .fetch() -- 2.40.1