@@ -20,6 +20,7 @@ class Livebc extends Api
$map = [
'livebc.is_online' => 1,
'livebc.room_type' => 2,
+ 'livebc.status' => 1,
];
if(!empty($type_id)){
$map['livebc.party_type'] = $type_id;