Merge pull request '콘텐츠 랭킹 데이터 전체보기 API - 페이징 추가' (#45) from test into main
Reviewed-on: #45
This commit is contained in:
		| @@ -478,6 +478,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) | |||||||
|             .where(where) |             .where(where) | ||||||
|             .groupBy(audioContent.id) |             .groupBy(audioContent.id) | ||||||
|             .orderBy(order.can.sum().desc()) |             .orderBy(order.can.sum().desc()) | ||||||
|  |             .offset(offset) | ||||||
|             .limit(limit) |             .limit(limit) | ||||||
|             .fetch() |             .fetch() | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user