커뮤니티 댓글 - 답글이 아닌 댓글만 불러오기

This commit is contained in:
Klaus 2023-12-20 21:08:00 +09:00
parent 29c7d5c677
commit ee35a0c13e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
.where(
creatorCommunityComment.isActive.isTrue
.and(creatorCommunityComment.creatorCommunity.id.eq(id))
.and(creatorCommunityComment.parent.isNull)
)
.offset(offset)
.limit(limit)