tongshanglei 2 роки тому
батько
коміт
cfc628e5ab
1 змінених файлів з 1 додано та 0 видалено
  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);
     }
     /**