From 60f601af456f1bc416e6266055cdc4104b9ca222 Mon Sep 17 00:00:00 2001 From: wenhui <1455474577@qq.com> Date: Tue, 8 Mar 2022 18:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=A5=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcInvoiceMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xhpc-modules/xhpc-invoice/src/main/resources/mapper/XhpcInvoiceMapper.xml b/xhpc-modules/xhpc-invoice/src/main/resources/mapper/XhpcInvoiceMapper.xml index f2b4bc28..515c407a 100644 --- a/xhpc-modules/xhpc-invoice/src/main/resources/mapper/XhpcInvoiceMapper.xml +++ b/xhpc-modules/xhpc-invoice/src/main/resources/mapper/XhpcInvoiceMapper.xml @@ -115,6 +115,9 @@ and invoicing_time <= #{endInvoicingTime} + ORDER BY + STATUS ASC, + create_time DESC LIMIT #{currentPage},#{items}