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