修改刷表
This commit is contained in:
parent
2538e6116b
commit
79b03d3fc7
@ -38,7 +38,7 @@ class Kernel extends ConsoleKernel
|
|||||||
|
|
||||||
$schedule->call(function () {
|
$schedule->call(function () {
|
||||||
DB::select('refresh materialized view ckb_order_cards');
|
DB::select('refresh materialized view ckb_order_cards');
|
||||||
})->cron('* */4 * * *')->name('refresh_ckb_order_cards')->withoutOverlapping()->appendOutputTo($logPath);
|
})->cron('0 2 * * *')->name('refresh_ckb_order_cards')->withoutOverlapping()->appendOutputTo($logPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user