From 7ba7366a8c6ce8019339e433b218386645cb5312 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 28 Dec 2020 17:38:53 +0800 Subject: [PATCH] Merge branch 'piot' of https://gitee.com/chonggaoxiao/new_excoin_manage into piot --- src/main/resources/mapper/modules/MemberWalletCoinMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MemberWalletCoinMapper.xml b/src/main/resources/mapper/modules/MemberWalletCoinMapper.xml index 24d9634..def3d3d 100644 --- a/src/main/resources/mapper/modules/MemberWalletCoinMapper.xml +++ b/src/main/resources/mapper/modules/MemberWalletCoinMapper.xml @@ -18,6 +18,12 @@ where address=#{address} </update> + <update id="updateTdCoinWalletTrc20"> + update td_coin_wallet + set available_balance=available_balance+#{money} + where mem_id=#{memberId} and symbol ='USDT' + </update> + <select id="selectMemberWalletCoinByMemberId" resultType="java.util.HashMap"> select member_id, -- Gitblit v1.9.1