src/main/resources/mapper/member/MemberWalletCoinDao.xml
@@ -39,5 +39,10 @@ where id=#{id} </update> <update id="reduceFrozenBalance"> update member_wallet_coin set frozen_balance = frozen_balance - #{amount} where id=#{id} </update> </mapper>