콘텐츠 메인 콘텐츠 랭킹 데이터 - group by 추가
This commit is contained in:
parent
e507af8d5b
commit
f889ae5232
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue