From d06d479ea859f8cd9703b58bbcd4c3c02c4e36dd Mon Sep 17 00:00:00 2001 From: huangqizhen <15552608129@163.com> Date: Sat, 11 Oct 2025 13:48:54 +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/cashMapper/CashRefundMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index bfa64d9..6100edd 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -2,7 +2,7 @@ - INSERT INTO cash_record_done ( + INSERT INTO cash_record ( order_type, jwcode, name, @@ -130,7 +130,7 @@ status = #{status}, reject_reason, create_time, update_time - from cash_record + from cash_record_done status = #{status}