房间小时榜

This commit is contained in:
2025-09-29 14:23:25 +08:00
parent c08578072d
commit 3c9c22a2dc

View File

@@ -41,10 +41,10 @@ class RoomHourRanking
// ->limit(20) // ->limit(20)
->select(); ->select();
if($profit){ if($profit){
foreach ($profit as $k => $v) { foreach ($profit as $v) {
// $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']); $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']);
// $profit[$k]['xlh_status'] = $xlh_status['xlh_status']; $v['xlh_status'] = $xlh_status['xlh_status'];
$profit[$k]['xlh_status'] = 1; // $v['xlh_status'] = 1;
} }
} }
return V(1, '获取成功', $profit); return V(1, '获取成功', $profit);