Helius
2022-04-13 53ffb6bdb5ec6b8a0a17caf9f6019fa68df22b89
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>