parent
653f1f8d58
commit
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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue