ajun 4 лет назад
Родитель
Сommit
29debc2c4b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -68,7 +68,7 @@ class  Kernel extends ConsoleKernel
         $schedule->command('LogExpireDelete')->dailyAt('00:01');
         $schedule->command('InventoryDailyLoggingOwner')->dailyAt('08:00')->runInBackground();
         $schedule->command('FluxOrderFix')->hourlyAt(1);
-        //$schedule->command('WASSyncWMSOrderInformation')->everyMinute();
+        $schedule->command('WASSyncWMSOrderInformation')->everyMinute();
         $schedule->command('syncLogCacheTask')->everyMinute();
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);