Compare commits

..

2 Commits

View File

@@ -83,6 +83,7 @@ class AudioContentCommentQueryRepositoryImpl(
.from(audioContentComment)
.where(
audioContentComment.audioContent.id.eq(contentId)
.and(audioContentComment.parent.isNull)
.and(audioContentComment.isActive.isTrue)
)
.fetch()