Sfoglia il codice sorgente

Merge branch 'yang-fix-sf'

zhouzhendong 4 anni fa
parent
commit
550888fe86
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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);