콘텐츠 정렬 기준
- AS-IS : 올린 순서 기준 정렬 ( created_at ) - TO-BE : 릴리즈 순서 기준 정렬 ( release_date )
This commit is contained in:
@@ -94,7 +94,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
|
||||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(audioContent.id.desc())
|
||||
.orderBy(audioContent.releaseDate.desc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user