From 9f979d11cbc27b68f06c45f9e449f2b92d30824b Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 19 May 2026 10:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=BC=80=E5=A7=8B=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E6=A8=A1=E5=BC=8F=E8=84=9A=E6=9C=AC4?= 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 01ebd6d..9772ec3 100644 --- a/app/Console/Commands/AutomaticallyStartActivity.php +++ b/app/Console/Commands/AutomaticallyStartActivity.php @@ -97,7 +97,7 @@ class AutomaticallyStartActivity extends Command 'updated_at' => date("Y-m-d H:i:s", time()) ]); // 记录日志 - $this->logService->logUpdated($model, $oldValue); + $this->logService->logUpdated($model, $oldValue, 'event_calendar.update'); // 记录警报信息, 切换任务 if ($is_notice) { $data = [