From da4bc5d68772f3cfb322587183546601103386a9 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 22 Feb 2026 21:10:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/collect/CommemorativeBanknoteMapper.xml | 4 ++-- .../main/resources/mapper/collect/PreciousMetalCoinMapper.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/intc-modules/intc-collect/src/main/resources/mapper/collect/CommemorativeBanknoteMapper.xml b/intc-modules/intc-collect/src/main/resources/mapper/collect/CommemorativeBanknoteMapper.xml index d309754..f6eb2e9 100644 --- a/intc-modules/intc-collect/src/main/resources/mapper/collect/CommemorativeBanknoteMapper.xml +++ b/intc-modules/intc-collect/src/main/resources/mapper/collect/CommemorativeBanknoteMapper.xml @@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and to_char(issue_date, 'yyyy-MM-dd')>=#{startTime} - order by create_time desc + order by issue_date desc