问题描述 在webman-admin中,控制器写了一个简单操作,使用到了事务,使用回滚之后,但是不生效。 明明我在try和catch都已经回滚了,但是还是不生效。 引用类为 support\Db; 程序代码或配置 public function test(Request $request): Response { if ($request->method() === 'POST') { ...