排麦列表

This commit is contained in:
2026-01-30 17:50:27 +08:00
parent 40a70c20e2
commit 5de94eb016

View File

@@ -546,7 +546,7 @@ class RoomPit extends Model
array_unshift($list['special'],$special);
}
if($list['special']){
foreach ($list['special'] as $k => $v){
foreach ($list['special'] as &$v){
//查询用户的爵位
$juewei = model('Nobility')->getUserNobilityInfo($v['user_id']);
if($juewei){