Helius
2020-12-28 84b8797b64e4ebdc4f8ffcc0d10141c960f8a601
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,