WIN-2308041133\Administrator hace 6 meses
padre
commit
1441f6046d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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, '', '']);
         event('mini_order_shipping', ['product', $order, 7, '', '']);
-        $this->confirmOil($order);
+//        $this->confirmOil($order);
     }
     }
 
 
     /**
     /**