From 411165fdf1e6f085bd5153b40693247d25ea3246 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 28 May 2026 10:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=A8=A1=E5=BC=8F=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=9B=9E=E9=BB=98=E8=AE=A4=E6=A8=A1=E5=BC=8F4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/AutomaticallyStartActivity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/AutomaticallyStartActivity.php b/app/Console/Commands/AutomaticallyStartActivity.php index 0b13b2d..135a550 100644 --- a/app/Console/Commands/AutomaticallyStartActivity.php +++ b/app/Console/Commands/AutomaticallyStartActivity.php @@ -60,7 +60,7 @@ class AutomaticallyStartActivity extends Command $run_id = $runRes['id']; $is_manual = $runRes['is_manual']; if ($end_time && strtotime($end_time) <= $now_times) { - $EventCalendarService->updateStatus($run_id, 2); + $EventCalendarService->updateStatus($run_id, $this->user_id, 2); } elseif ($is_manual == 1) { // 手动开始的不切换模式 $start = false;