관라자 콘텐츠 리스트
- 정렬 순서 id -> releaseDate 내림차순으로 변경
This commit is contained in:
@@ -83,7 +83,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||||||
.where(where)
|
.where(where)
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
.orderBy(audioContent.id.desc())
|
.orderBy(audioContent.releaseDate.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user