From 8777e81e041f1c7b3017b7a4bcac909c8682053e Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 19 May 2025 17:38:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(SaOrderChargeLogMapper):=20=E6=92=A4?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E8=AE=A2=E5=8D=95=E5=8F=B7=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/sale/order/SaOrderChargeLogMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd-business/bd-business-sale/src/main/resources/mapper/sale/order/SaOrderChargeLogMapper.xml b/bd-business/bd-business-sale/src/main/resources/mapper/sale/order/SaOrderChargeLogMapper.xml index e57215dc..cc25eb42 100644 --- a/bd-business/bd-business-sale/src/main/resources/mapper/sale/order/SaOrderChargeLogMapper.xml +++ b/bd-business/bd-business-sale/src/main/resources/mapper/sale/order/SaOrderChargeLogMapper.xml @@ -420,7 +420,7 @@ #{item} - order by soi.modified_time desc + order by soi.modified_time desc, so.ORDER_CODE