問題描述 在webman-admin中,控制器寫了一個簡單操作,使用到了事務(wù),使用回滾之后,但是不生效。 明明我在try和catch都已經(jīng)回滾了,但是還是不生效。 引用類為 support\Db; 程序代碼或配置 public function test(Request $request): Response { if ($request->method() === 'POST') { ...