Merge pull request 'fix: 큐레이션 아이템 조회' (#319) from test into main
Reviewed-on: #319
This commit is contained in:
		| @@ -958,6 +958,7 @@ class AudioContentQueryRepositoryImpl( | ||||
|             .innerJoin(audioContent.member, member) | ||||
|             .leftJoin(blockMember).on(blockMemberCondition) | ||||
|             .where(where) | ||||
|             .orderBy(audioContentCurationItem.orders.asc()) | ||||
|             .offset(offset) | ||||
|             .limit(limit) | ||||
|             .fetch() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user