tongshanglei %!s(int64=2) %!d(string=hai) anos
pai
achega
cfc628e5ab
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      catch/yunying/controller/Vehicle.php

+ 1 - 0
catch/yunying/controller/Vehicle.php

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