From e8b6bab36de6004c0f65b150a2ae8fc05ce0eed1 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 26 Jul 2024 11:11:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=B0=E8=B4=A6=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E5=82=A8=E8=93=84=E8=B4=A6=E6=88=B7=EF=BC=8C=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=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/AccountsMapper.xml | 2 +- .../src/main/resources/mapper/invest/BankCardLendMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsMapper.xml b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsMapper.xml index 34c4e21..adcbc31 100644 --- a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsMapper.xml +++ b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsMapper.xml @@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ${params.dataScope} - order by a.type asc,a.update_time desc + order by a.type asc,bcl.debit_type asc,a.update_time desc