From 62741879f5a1a5494bfa1187c355fd138d32134a Mon Sep 17 00:00:00 2001 From: sunjiabei Date: Fri, 21 Nov 2025 19:23:50 +0800 Subject: [PATCH] =?UTF-8?q?11=E6=9C=8821=E6=97=A5=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashCollectionMapper.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index a3c438a..9dcf025 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -280,7 +280,7 @@ update cash_record_collection - + SET received_time=#{time}, payment_currency=#{currency}, received_currency=#{currency}, @@ -288,7 +288,6 @@ received_amount=#{net_amount}, handling_charge=#{charge}, order_no_status=0 - - where order_code=#{merchant_reference} + where order_no=#{merchant_reference} \ No newline at end of file