크리에이터 커뮤니티 #102
|
@ -46,6 +46,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
|
|||
.where(
|
||||
creatorCommunityComment.isActive.isTrue
|
||||
.and(creatorCommunityComment.creatorCommunity.id.eq(id))
|
||||
.and(creatorCommunityComment.parent.isNull)
|
||||
)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
|
|
Loading…
Reference in New Issue