Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

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