6
0
Fork 0

优化定时任务策略

release
李静 2022-01-18 21:08:44 +08:00
parent 97b7837118
commit 5b1d4f8845
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command('dealer:manage-subsidy-settle')
->twiceMonthly(5, 20, '1:00');
->twiceMonthly(5, 20, '2:00');
$schedule->command('dealer:purchase-subsidy-settle')
->twiceMonthly(5, 20, '2:00');
->twiceMonthly(5, 20, '3:00');
$schedule->command('dealer:manager-subsidy-settle')
->monthlyOn(1, '3:00');