diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobDataStorageDetectionMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobDataStorageDetectionMapper.xml index 99fdecc..71eb7da 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobDataStorageDetectionMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobDataStorageDetectionMapper.xml @@ -12,7 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and STORAGE_RESULT like CONCAT('%',#{storageResult},'%') - ORDER BY CREATE_TIME DESC + ORDER BY STORAGE_DATE DESC, DETECTION_ID DESC