小时榜
This commit is contained in:
@@ -118,7 +118,7 @@ class RoomHourRanking extends Model
|
||||
->whereBetween('b.createtime', [$start_time, $end_time])
|
||||
->find();
|
||||
|
||||
if($profit[$k]) {
|
||||
if($profit[$k] != null) {
|
||||
$profit[$k]['total_price'] = $profit[$k]['total_price'] * get_system_config_value('coin_charm_exp');
|
||||
if($room_id > 0 && $is_open_xlh == 1){
|
||||
$xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($room_id);
|
||||
|
||||
Reference in New Issue
Block a user