小时榜

This commit is contained in:
2025-12-22 19:17:50 +08:00
parent f0898345a1
commit a60937297b

View File

@@ -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);