diff --git a/application/api/model/Room.php b/application/api/model/Room.php index 0c01d1e..419e7b6 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -1494,7 +1494,7 @@ class Room extends Model }); } - 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 + if($label_type['data']['type_id'] == 10 || $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;