Merge pull request 'fix: 큐레이션 아이템 조회' (#319) from test into main

Reviewed-on: #319
This commit is contained in:
klaus 2025-05-23 05:43:37 +00:00
commit 03ebc9cfe9
1 changed files with 1 additions and 0 deletions

View File

@ -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()