Compare commits
2 Commits
a91db4f956
...
2cfc067ea1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cfc067ea1 | |||
| 11dcb399f6 |
@@ -185,7 +185,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
||||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(pinContent.isActive.desc(), pinContent.updatedAt.desc(), orderBy)
|
||||
.orderBy(pinContent.isActive.desc(), pinContent.updatedAt.desc(), orderBy, audioContent.id.desc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user