wesmiler пре 1 недеља
родитељ
комит
634620eabf
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      app/Services/Common/OrderService.php

+ 0 - 1
app/Services/Common/OrderService.php

@@ -376,7 +376,6 @@ class OrderService extends BaseService
             return ['code' => 1, 'msg' => '订单状态不正确'];
         }
 
-        DB::beginTransaction();
         $updateData = [
             'status' => 2, // 已付款
             'transaction_id' => $transactionId ?: 'PAY' . time() . rand(1000, 9999),