From fc674262afc758262012359ca6f0719cbbde4b08 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, 27 Nov 2025 16:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E9=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/RoomPit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/RoomPit.php b/application/api/controller/RoomPit.php index 10d78e8..804acb5 100644 --- a/application/api/controller/RoomPit.php +++ b/application/api/controller/RoomPit.php @@ -25,7 +25,7 @@ class RoomPit extends BaseCom $room_label = $res['data']['label_id']; $room_type = $res['data']['type_id']; redis_lock_exits($key_name); - if(($room_label == 1 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8))|| $room_type == 2 || $room_type == 7 || $room_type == 9){ + if(($room_label == 1 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8))|| $room_type == 2 || $room_type == 7 || $room_type == 9 || $room_type == 10){ $reslut = model('RoomPit')->apply_pit($this->uid, $room_id,$pit_number); }elseif ($room_label == 2 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8)){ $reslut = model('RoomSong')->apply_kpit($this->uid, $room_id,$pit_number);