From 917d95f5f3c7076c669b46de6fd4ee01c35c1632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 12 Aug 2025 11:13:32 +0800 Subject: [PATCH] =?UTF-8?q?BUG:0=E7=82=B9=E4=BB=A5=E5=90=8E=E6=88=BF?= =?UTF-8?q?=E9=97=B4=E7=83=AD=E5=BA=A6=E5=80=BC=E6=B8=85=E9=9B=B6=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= 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 202e4b4..db93ef2 100644 --- a/application/cron/controller/DaySeconds.php +++ b/application/cron/controller/DaySeconds.php @@ -35,7 +35,7 @@ class DaySeconds $data = [ 'today_hot_value' => 0, ]; - db::name('vs_room')->where(['id' => $value['id']])->save($data); + db::name('vs_room')->where(['id' => $value['id']])->update($data); } echo date('Y-m-d H:i:s').' 完成'."\n"; die;