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,