房间小时榜

This commit is contained in:
2025-09-29 14:30:15 +08:00
parent 550058ec45
commit 6e3eabbc8f

View File

@@ -41,7 +41,7 @@ class RoomHourRanking
// ->limit(20) // ->limit(20)
->select(); ->select();
if($profit){ if($profit){
foreach ($profit as $v) { foreach ($profit as &$v) {
if($v['room_id'] > 0){ if($v['room_id'] > 0){
$xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']); $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']);
$v['xlh_status'] = $xlh_status['xlh_status']; $v['xlh_status'] = $xlh_status['xlh_status'];