xiaoyong931011
2021-05-26 0ca7bf5c850eaef852a6b49d4b94e8366deedb29
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>