tongshanglei лет назад: 2
Родитель
Сommit
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);
     }
     /**