Merge pull request 'fix: 큐레이션 아이템 조회' (#319) from test into main
Reviewed-on: #319
This commit is contained in:
commit
03ebc9cfe9
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue