BEGIN
IF new.status = 1 and old.status <> 1 then
update hb_user_balance_log set create_time = new.pay_time where user_id = new.uid and type = 8 and create_time = old.create_time;
END IF;
END

posted on 2021-02-24 15:11  Beautytoloveme  阅读(36)  评论(0编辑  收藏  举报