커뮤니티 댓글 - 답글이 아닌 댓글만 불러오기
This commit is contained in:
@@ -46,6 +46,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
|
|||||||
.where(
|
.where(
|
||||||
creatorCommunityComment.isActive.isTrue
|
creatorCommunityComment.isActive.isTrue
|
||||||
.and(creatorCommunityComment.creatorCommunity.id.eq(id))
|
.and(creatorCommunityComment.creatorCommunity.id.eq(id))
|
||||||
|
.and(creatorCommunityComment.parent.isNull)
|
||||||
)
|
)
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
|
|||||||
Reference in New Issue
Block a user