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>