点唱房

This commit is contained in:
2025-11-12 17:50:08 +08:00
parent e49f004005
commit e16137c2a0

View File

@@ -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;