From dab436538e30ae307b70be0de4b29f207415a37d Mon Sep 17 00:00:00 2001 From: lijianlin Date: Mon, 13 Apr 2026 10:32:04 +0800 Subject: [PATCH] =?UTF-8?q?04-13=20=E4=BF=AE=E6=94=B9=E8=B5=84=E9=87=91?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=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?=E5=8E=9F=E8=AE=A2=E5=8D=95=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 33a2064..1568571 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(-crr.refund_amount / 100.0, 2) as receivedAmount, + ROUND(crc.received_amount / 100.0, 2) as receivedAmount, NULL as handlingCharge, NULL as permanentGold, NULL as freeGold,