diff --git a/application/api/controller/RoomHourRanking.php b/application/api/controller/RoomHourRanking.php index 859e461..244ab62 100644 --- a/application/api/controller/RoomHourRanking.php +++ b/application/api/controller/RoomHourRanking.php @@ -42,9 +42,8 @@ class RoomHourRanking ->select(); if($profit){ foreach ($profit as $v) { - $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']); + $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info(); $v['xlh_status'] = $xlh_status['xlh_status']; -// $v['xlh_status'] = 1; } } return V(1, '获取成功', $profit);