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,