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