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