From ae642f607f64c27a1a9bd1a392dbf1c370814154 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 19 May 2026 10:54:57 +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=AC5?= 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 9772ec3..60e53fe 100644 --- a/app/Console/Commands/AutomaticallyStartActivity.php +++ b/app/Console/Commands/AutomaticallyStartActivity.php @@ -74,7 +74,7 @@ class AutomaticallyStartActivity extends Command if ($runRes && $runRes['id'] != $new_id) { $this->updateStatus($run_id, 2); } - $this->updateStatus($new_id, true); + $this->updateStatus($new_id, 1, true); } } }