From e16137c2a04b6dc491efa99f9433a9c784f804d8 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 17:50:08 +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 6157d43..411bbc9 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -1141,7 +1141,7 @@ class Room extends Model $room_label = $res['data']['label_id'] ?? 0; $room_type = $res['data']['type_id'] ?? 0; $apply_type = 0; - if($room_label == 1 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8)){ + if($room_label == 1 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8 || $room_type == 9)){ $apply_type = 1; }elseif ($room_label == 2 && ($room_type == 1 || $room_type == 3 || $room_type == 4 || $room_type == 8)){ $apply_type = 2;