Helius
2021-05-26 0eb68e935e7a09fb2c20abb0276bdf4e4f554c5d
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>