parent
cec4cd0d28
commit
f70e5bae9a
|
@ -23,7 +23,7 @@ class PinContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) :
|
|||
return queryFactory
|
||||
.selectFrom(pinContent)
|
||||
.where(where)
|
||||
.orderBy(pinContent.updatedAt.asc())
|
||||
.orderBy(pinContent.isActive.asc(), pinContent.updatedAt.asc())
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue