From 0e6772574692af867e03ce07e715580fbb6c085e Mon Sep 17 00:00:00 2001 From: sunjiabei Date: Thu, 29 Jan 2026 15:46:23 +0800 Subject: [PATCH] 20260129stripe2 --- src/main/resources/cashMapper/CashCollectionMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index 7f25eef..4b4a0d1 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -422,8 +422,8 @@ update cash_record_collection SET received_time=#{availableOn}, - payment_currency='2', - received_currency='2', + payment_currency='3', + received_currency='3', payment_amount=#{amount}, received_amount=#{net}, handling_charge=#{fee},