From e1afb178a74bc7e521f06b8e9a54534b121db4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 22 Nov 2025 16:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=86=85=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E7=82=B9=E6=AD=8C=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 ad77f86..4ca14e5 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -1468,7 +1468,7 @@ class Room extends Model }); } - if($label_type['data']['type_id'] == 7 || ($label_type['data']['type_id'] == 1 || $label_type['data']['type_id'] == 3 || $label_type['data']['type_id'] == 4 || $label_type['data']['type_id'] == 8) && $label_type['data']['label_id'] == 1) {//2卡八麦(聊天)type_id = 1 || 7(交友),label_id = 1 + if($label_type['data']['type_id'] == 9 || $label_type['data']['type_id'] == 7 || ($label_type['data']['type_id'] == 1 || $label_type['data']['type_id'] == 3 || $label_type['data']['type_id'] == 4 || $label_type['data']['type_id'] == 8) && $label_type['data']['label_id'] == 1) {//2卡八麦(聊天)type_id = 1 || 7(交友),label_id = 1 foreach ($list as $val) { if ($val['pit_number'] > 0) { $lists['on_pit'][] = $val;