콘텐츠 랭킹 추가 #44

Merged
klaus merged 5 commits from test into main 2023-10-14 19:37:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f889ae5232 - Show all commits

View File

@ -474,6 +474,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.innerJoin(audioContent.member, member)
.innerJoin(audioContent.theme, audioContentTheme)
.where(where)
.groupBy(audioContent.id)
.orderBy(order.can.sum().desc())
.limit(limit)
.fetch()