diff --git a/src/main/resources/mapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml
similarity index 96%
rename from src/main/resources/mapper/CashRefundMapper.xml
rename to src/main/resources/cashMapper/CashRefundMapper.xml
index 19c89a4..74d0369 100644
--- a/src/main/resources/mapper/CashRefundMapper.xml
+++ b/src/main/resources/cashMapper/CashRefundMapper.xml
@@ -11,7 +11,7 @@
order_code,
bank_code,
goods_name,
- goods_num,
+ good_num,
payment_currency,
payment_amount,
received_currency,
@@ -113,7 +113,7 @@ status = #{status},
order_code,
bank_code,
goods_name,
- goods_num,
+ good_num,
payment_currency,
payment_amount,
received_currency,
@@ -153,8 +153,8 @@ status = #{status},
and goods_name = #{goodsName}
-
- and refund_currency = #{refundCurrency}
+
+ and payment_currency = #{paymentCurrency}
and pay_type = #{payType}