盲盒转盘 优化-飘屏处理 提交
This commit is contained in:
@@ -1189,8 +1189,6 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
|
|||||||
]);
|
]);
|
||||||
$is_zhong_jiang = 1;
|
$is_zhong_jiang = 1;
|
||||||
unset($main_prize_updates);
|
unset($main_prize_updates);
|
||||||
}else{
|
|
||||||
$is_zhong_jiang = 0;
|
|
||||||
}
|
}
|
||||||
$total_processed += $current_batch;
|
$total_processed += $current_batch;
|
||||||
}
|
}
|
||||||
@@ -1267,7 +1265,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
|
|||||||
$this->handlePrizeNotification($user_id, $room_id, $pan_xlh_num, $pan_xlh['id'],$ext['locking_condition']['locking_gift_id']);
|
$this->handlePrizeNotification($user_id, $room_id, $pan_xlh_num, $pan_xlh['id'],$ext['locking_condition']['locking_gift_id']);
|
||||||
}
|
}
|
||||||
//删除缓存
|
//删除缓存
|
||||||
// cache::rm('pan_xlh_num_'.$gift_bag_id.'_'.$pan_xlh['id']);
|
cache::rm('pan_xlh_num_'.$gift_bag_id.'_'.$pan_xlh['id']);
|
||||||
// 9. 构建返回结果
|
// 9. 构建返回结果
|
||||||
return $this->buildResult($drawn_gifts);
|
return $this->buildResult($drawn_gifts);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user