Commit 9cd00473 by Phạm Văn Đoan

đổi thời gian thực hiện báo cáo ngày và lưu log ngày

parent aacbc728
...@@ -87,7 +87,7 @@ class Kernel extends ConsoleKernel ...@@ -87,7 +87,7 @@ class Kernel extends ConsoleKernel
$schedule->command('calculate:daily-listen')->dailyAt('5:00'); $schedule->command('calculate:daily-listen')->dailyAt('5:00');
$schedule->command('calculate:daily-listen')->dailyAt('5:10'); $schedule->command('calculate:daily-listen')->dailyAt('5:10');
$schedule->command('calculate:report daily')->dailyAt('9:05'); $schedule->command('calculate:report daily')->dailyAt('5:30');
$schedule->command('calculate:report weekly')->sundays(); $schedule->command('calculate:report weekly')->sundays();
$schedule->command('calculate:report monthly')->monthlyOn(21, '6:10'); $schedule->command('calculate:report monthly')->monthlyOn(21, '6:10');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment