콘텐츠 상단 고정 기능 추가 #120
@@ -83,7 +83,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
||||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(audioContent.id.desc())
|
||||
.orderBy(audioContent.releaseDate.desc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user