zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

mysql 行锁操作值

mysql 操作 行锁
2023-09-11 14:17:03 时间
update sup_payment_setting
           set paid_amount = paid_amount + #{amount}
        where id = #{id} and status = 1 and is_deleted = 0
          and sum_amount >= paid_amount + #{amount}