From c839743f508649fa541f6b1bd45032b195f5b77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Thu, 29 Jan 2026 17:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E9=97=A8=E6=88=BF=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Xintiao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Xintiao.php b/application/api/controller/Xintiao.php index b4c53fa0..dd755241 100644 --- a/application/api/controller/Xintiao.php +++ b/application/api/controller/Xintiao.php @@ -31,7 +31,7 @@ class Xintiao extends BaseCom ]); } //查询房间是否热门房间 - $is_hot_room = db::name('vs_room')->where(['id' => $room_id,'is_hot' => 1])->find(); + $is_hot_room = db::name('vs_room')->where(['id' => $room_id,'is_hot' => 2])->find(); if($is_hot_room){ //任务:18-每日在线时长 5 分钟 model('Tasks')->tasks_complete($user_id,18);