From 36d9b70e4953ff58a5f36ffc3077fa54a10db2ac 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, 12 Nov 2025 18:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=94=B1=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Room.php b/application/api/model/Room.php index 123c49d..2445313 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -1901,7 +1901,7 @@ class Room extends Model $pit_list = null; $roomauction = null; $cp_users = null; - if($room['type_id'] == 1 || $room['type_id'] == 3 || $room['type_id'] == 4 || $room['type_id'] == 7 || $room['type_id'] == 8) { + if($room['type_id'] == 1 || $room['type_id'] == 3 || $room['type_id'] == 4 || $room['type_id'] == 7 || $room['type_id'] == 8 || $room['type_id'] == 9) { if($room['label_id'] == 1 || $room['label_id'] == 5){ //麦位信息 $pit_list = db::name('vs_room_pit')->alias('a')->join('user b', 'a.user_id = b.id', 'left')