@@ -280,6 +280,7 @@ class Vehicle extends CatchController
oci_rollback($conn);
return CatchResponse::fail('删除失败');
}
+ oci_commit($conn);
return CatchResponse::success(true);
/**