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