From 23f452ab6383e3e4d04efda13b48040b2b792c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 21 Jan 2026 15:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E4=B8=9A=E6=97=B6=E9=97=B4=E8=BF=87?= =?UTF-8?q?=E5=90=8E=20=E4=B8=8D=E8=B8=A2=E4=BA=BA=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cron/controller/TenSeconds.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/cron/controller/TenSeconds.php b/application/cron/controller/TenSeconds.php index b423b938..261185d7 100644 --- a/application/cron/controller/TenSeconds.php +++ b/application/cron/controller/TenSeconds.php @@ -30,9 +30,9 @@ class TenSeconds // echo "\n"; - echo "清除房间热度值:\n"; - $this->clear_room_today_hot_value();//整点以后房间热度值清零 - echo "\n"; +// echo "清除房间热度值:\n"; +// $this->clear_room_today_hot_value();//整点以后房间热度值清零 +// echo "\n"; }