This commit is contained in:
2021-01-09 19:06:44 +09:00
parent 38823b96ce
commit 3a33fa7faa

View File

@@ -69,9 +69,9 @@ class Kernel extends ConsoleKernel
$schedule->command('services:GetCorps') $schedule->command('services:GetCorps')
->monthlyOn(1, '09:00'); ->monthlyOn(1, '09:00');
$schedule->command('services:GetStructures') $schedule->command('services:GetStructures')
->dailyAt('09:00'); ->dailyAt('09:00');
$schedule->command('services:GetAssets') $schedule->command('services:GetAssets')
->hourlyAt('22'); ->hourlyAt('22');
/** /**
* Purge Data Schedule * Purge Data Schedule