xiaoyong931011
2022-03-14 cb0eefdc3573b633f18f242abe30f3a9b94e6153
src/main/resources/mapper/member/MemberWalletCoinDao.xml
@@ -61,5 +61,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>