$status = 0; DB::startTrans(); try { Contract::where(['id'=>$id])->update($data); Db::name('log') ->insert($log_data); Db::commit(); $status = 1; } catch (\Exception $e) { Db::rollback(); //throw $e; } return $status;
tp5的事物使用
最新推荐文章于 2024-09-14 13:32:54 发布