update: statistics

This commit is contained in:
tokumeikoi
2020-12-20 21:06:23 +08:00
parent 7e5e696c70
commit bcea2e7a54
3 changed files with 14 additions and 77 deletions

View File

@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
// v2board
$schedule->command('v2board:cache')->hourly();
$schedule->command('v2board:statistics')->daily();
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();