From 5b1d4f8845d9048544bceba558d1c27187ac9d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Tue, 18 Jan 2022 21:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a86e5ce0..da6a09a1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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');