隐身进入和房间在线列表

This commit is contained in:
2025-11-11 16:20:58 +08:00
parent 59e973001f
commit f10be786cf

View File

@@ -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();