Compare commits
2 Commits
451a1aa4f2
...
3ea33c4c7b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ea33c4c7b | |||
| 5ca666c7fa |
@@ -1360,7 +1360,7 @@ class AudioContentQueryRepositoryImpl(
|
|||||||
.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