From a984de992b1939c314f940d1088e2c79773e9af0 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, 3 Dec 2025 16:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E4=BF=A1=E6=81=AF?= 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 321685e..4a8c72f 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -2117,7 +2117,7 @@ class Room extends Model $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 || $room['type_id'] == 9 || $room['type_id'] == 10) { - if($room['label_id'] == 1 || $room['label_id'] == 5){ + if($room['label_id'] == 1 || $room['label_id'] == 5 || $room['label_id'] == 6 || $room['label_id'] == 7){ //麦位信息 $pit_list = db::name('vs_room_pit')->alias('a')->join('user b', 'a.user_id = b.id', 'left') ->where(['a.room_id' => $room['id'],'a.status' => 1])