Helius
2021-06-08 30c1c9d16a57d2bbc7cd1511d02c5ddcc6a143f6
src/main/resources/mapper/member/MemberWalletCoinDao.xml
@@ -39,5 +39,11 @@
      where id=#{id}
   </update>
   <update id="reduceFrozenBalance">
      update member_wallet_coin
      set frozen_balance = frozen_balance - #{amount},
         total_balance = total_balance - #{amount}
      where id=#{id}
   </update>
</mapper>