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

Merged
klaus merged 1 commits from test into main 2023-10-14 21:20:20 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6775d3d72d - Show all commits

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()
}