From 56d8cb2f38a7dd12b8d5a5f22e3294db7b1b486c Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 20 Jul 2023 10:09:27 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=97=A5=E6=8A=A5?= =?UTF-8?q?=EF=BC=8C=E6=A0=B9=E6=8D=AE=E6=97=A5=E6=9C=9F=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/SettleOrderReportMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml index f8913ba0e..1e8e5ce6a 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml @@ -46,6 +46,7 @@ and trade_amount = #{tradeAmount} and trade_fee = #{tradeFee} + order by trade_date DESC