From bb56e067a16f117388840c8cd8e670ce9ae62cca Mon Sep 17 00:00:00 2001 From: lapuda <577732344@qq.com> Date: Tue, 21 Jul 2026 18:25:53 +0800 Subject: [PATCH] fix: sort job monitoring by storage time --- .../main/resources/mapper/app/JobDataStorageDetectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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