fix: 큐레이션 아이템 조회 #319

Merged
klaus merged 1 commits from test into main 2025-05-23 05:43:37 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit caee89cf53 - Show all commits

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