WIN-2308041133\Administrator 6 months ago
parent
commit
1441f6046d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -2894,7 +2894,7 @@ class StoreOrderRepository extends BaseRepository
         // 触发小程序发货管理事件,用于后续的发货操作
         // 小程序发货管理
         event('mini_order_shipping', ['product', $order, 7, '', '']);
-        $this->confirmOil($order);
+//        $this->confirmOil($order);
     }
 
     /**