Helius
2022-08-01 8c60f2d2d2253b7fec44535892cd26a50a7c6b69
src/main/resources/mapper/dapp/DappWalletMineDao.xml
@@ -18,4 +18,11 @@
            </if>
        </where>
    </select>
    <update id="updateBalance">
        update dapp_wallet_mine
        set total_amount = total_amount + #{totalAmount},
            available_amount = available_amount + #{availableAmount}
        where member_id=#{memberId}
    </update>
</mapper>