Db::startTrans(); try { Db::name('user')->insert(['name'=>'张三']); Db::commit(); } catch (\think\Exception\DbException $exception) { Db::rollback(); }