mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-27 05:43:42 +08:00
fix order
This commit is contained in:
@@ -38,7 +38,7 @@ public class QrtzJobRepository extends QrtzJobDetailsDao {
|
||||
StringUtils.isNotEmpty(queryDto.name())
|
||||
? QRTZ_JOB_DETAILS.SCHED_NAME.eq(queryDto.name())
|
||||
: noCondition())
|
||||
.orderBy(pageRequestDto.getSortFields())
|
||||
.orderBy(QRTZ_JOB_DETAILS.qrtzTriggers().TRIGGER_NAME)
|
||||
.limit(pageRequestDto.getSize())
|
||||
.offset(pageRequestDto.getOffset())
|
||||
.fetch();
|
||||
|
||||
Reference in New Issue
Block a user