記 PDO報 There is already an active transaction 報錯

代碼大概邏輯如下: Db::beginTransaction(); $update //更新操作 $add //新增操作 if(! $add && $update===false){ Db::rollback(); }else{ Db::commit(); } 查看日誌,在add時有一條數據異常,導致新增失敗 後面就一直報   There is already an
相關文章
相關標籤/搜索