From 7459b877f75c9035f7ef2162d51348beb7452591 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 21 Feb 2025 12:27:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E8=AE=B0=E8=B4=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E4=BF=A1=E7=94=A8=E5=8D=A1=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E3=80=81=E6=9C=9F=E8=B4=A7=E8=B4=A6=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/invest/CreditCardBillMapper.xml | 2 +- .../src/main/resources/mapper/invest/FutureStocksBillMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml index 0125a83..9ed51b0 100644 --- a/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml +++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml @@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ${params.dataScope} - order by a.bill_date desc + order by a.bill_date desc,a.create_time desc