From 69d24cc5e5e195f380a32bfdace2ac80e53bb3f7 Mon Sep 17 00:00:00 2001 From: wangguorui <2069821375@qq.com> Date: Thu, 12 Mar 2026 11:51:07 +0800 Subject: [PATCH] =?UTF-8?q?20260312=20=E9=80=80=E6=AC=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashCollectionMapper.xml | 2 +- src/main/resources/mapper/WalletMapper.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index 52818bc..b40c759 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -431,7 +431,7 @@ uwr.wallet_id, w.wallet_name as walletName, uwr.type, - uwr.amount, + uwr.amount/100 as amount, uwr.order_code as orderCode, uwr.description, uwr.status, diff --git a/src/main/resources/mapper/WalletMapper.xml b/src/main/resources/mapper/WalletMapper.xml index 65a0557..e7c3976 100644 --- a/src/main/resources/mapper/WalletMapper.xml +++ b/src/main/resources/mapper/WalletMapper.xml @@ -2,16 +2,16 @@ - update user_region_wallet set current_permanent_gold = {currentPermanentGold} where jwcode = {jwcode} and wallet_id = {walletId}} + update user_region_wallet set current_permanent_gold = #{currentPermanentGold} where jwcode = #{jwcode} and wallet_id = #{walletId}} - update user_wallet_record set status = 1 where id = {id} + update user_wallet_record set status = 1 where id = #{id} \ No newline at end of file