From 42d9ee9f889e760cb9276952ff35d216b3a50100 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 4 Aug 2023 13:55:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8E=E7=AE=A1=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=BC=80=E7=A5=A8=E9=A1=B5=E9=9D=A2=E6=97=B6=E9=97=B4=E5=80=92?= =?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/OrderInvoiceRecordMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderInvoiceRecordMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderInvoiceRecordMapper.xml index 90f5b16c4..9f27066d2 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderInvoiceRecordMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderInvoiceRecordMapper.xml @@ -44,6 +44,7 @@ and total_service_amount = #{totalServiceAmount} and total_elec_amount = #{totalElecAmount} + order by create_time desc + + \ No newline at end of file