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