|
|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
namespace App\Console\Commands;
|
|
|
|
|
|
+use App\Services\LogService;
|
|
|
use App\Services\OrderPackageReceivedSyncService;
|
|
|
use Illuminate\Console\Command;
|
|
|
|
|
|
@@ -38,6 +39,7 @@ class SyncOrderPackageLogisticRouteTask extends Command
|
|
|
*/
|
|
|
public function handle()
|
|
|
{
|
|
|
+ LogService::log(__CLASS__,"同步快递信息",'');
|
|
|
ini_set('memory_limit','2226M');
|
|
|
(new OrderPackageReceivedSyncService)->syncLogisticRoute();
|
|
|
}
|