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);
     }
     /**