Преглед на файлове

关闭自动补充料箱

Zhouzhendong преди 5 години
родител
ревизия
0ead0ff052
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -80,7 +80,7 @@ class  Kernel extends ConsoleKernel
         $schedule->command('create:weightStatistic')->dailyAt("00:30");
         $schedule->command('sync:carrier')->hourlyAt(1);
         $schedule->command('createProcurementTotalBill')->monthlyOn(1);
-        $schedule->command('check:cacheRack')->everyMinute();
+        //$schedule->command('check:cacheRack')->everyMinute();
     }
 
     /**