From 13901579082d625fdc5b0cac7de8100fcd6bbe09 Mon Sep 17 00:00:00 2001 From: huangqizhen <15552608129@163.com> Date: Sat, 11 Oct 2025 13:46:26 +0800 Subject: [PATCH] =?UTF-8?q?10.11=20=E4=BF=AE=E6=94=B9xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/{mapper => cashMapper}/CashRefundMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/main/resources/{mapper => cashMapper}/CashRefundMapper.xml (96%) 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}