From d7cba72afd92ef1e719400ac3d6747debb018048 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Sat, 4 Nov 2023 12:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=89=A7=E8=A1=8C=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 96813802..28c7e1df 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -24,8 +24,8 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { - $schedule->command('order-profit:send')->daily(); $schedule->command('order-profit:check')->daily(); + $schedule->command('order-profit:send')->dailyAt('2:00'); } /**