隐身进入和房间在线列表
This commit is contained in:
@@ -427,6 +427,9 @@ class RoomPit extends Model
|
||||
}
|
||||
}
|
||||
}
|
||||
//数组重组
|
||||
$list['regular'] = array_values($list['regular']);
|
||||
|
||||
$list['special'] = db::name('vs_room_pit_apply')->alias('a')->join('user b','a.user_id = b.id')
|
||||
->where($where)->where('a.type',1)->field('a.user_id,a.rank_value,b.nickname,b.avatar')
|
||||
->order('a.rank_value desc')->select();
|
||||
|
||||
Reference in New Issue
Block a user