Helius
2021-06-04 b851bab9fdd923e2f6b569a3fdcabb5738a47e88
src/main/resources/mapper/member/MemberWalletCoinDao.xml
@@ -41,7 +41,8 @@
   <update id="reduceFrozenBalance">
      update member_wallet_coin
      set frozen_balance = frozen_balance - #{amount}
      set frozen_balance = frozen_balance - #{amount},
         total_balance = total_balance - #{amount}
      where id=#{id}
   </update>