콘텐츠 랭킹 데이터 전체보기 API - 페이징 추가

This commit is contained in:
Klaus 2023-10-15 05:57:26 +09:00
parent 149a3ad2f1
commit 6775d3d72d
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.where(where)
.groupBy(audioContent.id)
.orderBy(order.can.sum().desc())
.offset(offset)
.limit(limit)
.fetch()
}