6
0
Fork 0

修复任务调度异常

release
李静 2022-04-01 15:07:56 +08:00
parent b454d36257
commit a96e157868
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Kernel extends ConsoleKernel
->runInBackground();
$schedule->command('dealer:purchase-subsidy-settle')
->twiceMonthly(20, '3:00')
->monthlyOn(20, '3:00')
->runInBackground();
$schedule->command('dealer:manager-subsidy-settle')