커뮤니티 게시물 정렬 - 등록 내림차순으로 수정
This commit is contained in:
@@ -49,6 +49,7 @@ class CreatorCommunityQueryRepositoryImpl(private val queryFactory: JPAQueryFact
|
||||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(creatorCommunity.createdAt.desc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user