修正:仅去除每日流量统计,保留其他统计功能

This commit is contained in:
root
2023-10-10 03:01:23 +09:00
parent 573f534f3e
commit c046d2f9b7
2 changed files with 141 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
{
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
// v2board
//$schedule->command('v2board:statistics')->dailyAt('0:10');
$schedule->command('v2board:statistics')->dailyAt('0:10');
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();