zhouzhendong 4 лет назад
Родитель
Сommit
550888fe86
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Services/OrderPackageReceivedSyncService.php

+ 2 - 1
app/Services/OrderPackageReceivedSyncService.php

@@ -104,7 +104,8 @@ class OrderPackageReceivedSyncService
                 if ($orderPackage && $orderPackage->logistic_number)LogisticAliJiSuSync::dispatch($orderPackage->logistic_number);
             }
         });
-        $this->syncLogisticRouteJD();
+        //TODO 暂时不同步京东
+//        $this->syncLogisticRouteJD();
     }
     public function syncLogisticRouteJD(){
         ini_set('max_execution_time', 60);