房间在线列表处理
This commit is contained in:
@@ -761,7 +761,7 @@ class Friend extends Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//获取此阶段的1-6麦位 全部返给前端 前端比对 里面没有自己 则闭麦……
|
||||
$getRoomNullPit = db::name('vs_room_pit')->where(['room_id' => $room_id, 'pit_number' => ['<',7]])->select();
|
||||
$data_users = [];
|
||||
foreach($getRoomNullPit as $key_data => $value_data){
|
||||
|
||||
Reference in New Issue
Block a user