From b1b1acb181913e1da1215f1ff3ce06af2c6f0ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Fri, 12 Dec 2025 19:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=A4=A9=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cron/controller/DaySeconds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/cron/controller/DaySeconds.php b/application/cron/controller/DaySeconds.php index 246c15bb..083bae33 100644 --- a/application/cron/controller/DaySeconds.php +++ b/application/cron/controller/DaySeconds.php @@ -60,6 +60,6 @@ class DaySeconds db::name('vs_room')->where(['id' => $value['id']])->update($data); } echo date('Y-m-d H:i:s').' 完成'."\n"; - die; + } } \ No newline at end of file