tp5事务

Db::startTrans();
        try {

            Db::commit();
            $this->success('');
        } catch (\think\Exception\DbException $e) {
            Db::rollback();
            $this->error('');
        }

 

posted @ 2024-02-21 11:25  一颗糊涂淡  阅读(4)  评论(0编辑  收藏  举报