房间小时榜
This commit is contained in:
@@ -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'];
|
||||||
|
|||||||
Reference in New Issue
Block a user