parent
67522804d9
commit
89beba25b6
|
@ -83,7 +83,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(audioContent.id.desc())
|
||||
.orderBy(audioContent.releaseDate.desc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue