From 7fb57a9710dff8a282238a041c813380ef323be0 Mon Sep 17 00:00:00 2001 From: huangqizhen <15552608129@163.com> Date: Wed, 22 Oct 2025 15:03:41 +0800 Subject: [PATCH] =?UTF-8?q?10.20=20=E4=BF=AE=E6=94=B9sql?= 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 87c6e61..bef2ad6 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -159,7 +159,7 @@ Round((payment_amount) / 100.0, 2) AS PaymentAmount, cr.received_currency, Round((received_amount) / 100.0, 2) AS receivedAmount, - cr.handling_charge, + Round((handling_charge) / 100.0, 2) AS handlingCharge, cr.pay_type, cr.received_market, cr.pay_time,