From 99c1a84b36fc98cde6a427ea48ebf74f2f1aa5b8 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Tue, 14 Apr 2026 18:18:04 +0800 Subject: [PATCH] =?UTF-8?q?04-14=20=E9=80=80=E6=AC=BE=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=9A=84=E5=88=B0=E8=B4=A6=E9=87=91=E9=A2=9D=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashRefundMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index 6965f31..dff25d6 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -550,7 +550,7 @@ NULL as payment_currency, NULL as paymentAmount, crc.received_currency as received_currency, - ROUND(crc.received_amount / 100.0, 2) as receivedAmount, + ROUND(-crr.refund_amount / 100.0, 2) as receivedAmount, NULL as handlingCharge, NULL as permanentGold, NULL as freeGold,