房间小时榜
This commit is contained in:
@@ -41,7 +41,7 @@ class RoomHourRanking
|
||||
// ->limit(20)
|
||||
->select();
|
||||
if($profit){
|
||||
foreach ($profit as $v) {
|
||||
foreach ($profit as &$v) {
|
||||
if($v['room_id'] > 0){
|
||||
$xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']);
|
||||
$v['xlh_status'] = $xlh_status['xlh_status'];
|
||||
|
||||
Reference in New Issue
Block a user