From d2640dce00c4906905a7ee0e8eefc4f999006cdc Mon Sep 17 00:00:00 2001 From: yangzj Date: Fri, 12 Aug 2022 18:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8E=92=E5=BA=8F=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=B8=BA=E6=A0=B9=E6=8D=AE=E6=B5=81=E6=B0=B4=E5=8F=B7?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/archives/ArchiveRecordInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-archives/src/main/resources/mapper/archives/ArchiveRecordInfoMapper.xml b/ruoyi-archives/src/main/resources/mapper/archives/ArchiveRecordInfoMapper.xml index 692b598e..85062455 100644 --- a/ruoyi-archives/src/main/resources/mapper/archives/ArchiveRecordInfoMapper.xml +++ b/ruoyi-archives/src/main/resources/mapper/archives/ArchiveRecordInfoMapper.xml @@ -131,7 +131,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and remark like concat('%', #{remark},'%') and project_name like concat('%', #{project_name},'%') - order by update_time desc + ORDER BY "YEAR" DESC , "ARCHIVE_SCOPE" ASC , "CASE_NUM" ASC