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