新需求-活动需求-盲盒转盘调通盘-巡乐会-调试

This commit is contained in:
2025-10-16 19:22:00 +08:00
parent 8269218c7d
commit 9ffb61ada9

View File

@@ -782,14 +782,8 @@ class BlindBoxTurntableGiftDrawWorld extends Model
if ($xlhIsPiaoPing == 1 || $xlhIsPiaoPing == 2) { if ($xlhIsPiaoPing == 1 || $xlhIsPiaoPing == 2) {
$this->handleXlhPiaoPing($room_id, $xlh_ext, $xlhIsPiaoPing); $this->handleXlhPiaoPing($room_id, $xlh_ext, $xlhIsPiaoPing);
} }
if($xlhPeriodsNum <= $xlh_ext['open_condition']['waiting_start_num']){
$this->updateAndPushXlhStatus($room_id, $xlh_ext, $currentXlhPeriodsNum); $this->updateAndPushXlhStatus($room_id, $xlh_ext, $currentXlhPeriodsNum);
}else{
$pan_xlh = db::name('vs_room_pan_xlh')->where('send_time',0)->order('id desc')->find();
if(empty($pan_xlh)){
$this->updateAndPushXlhStatus($room_id, $xlh_ext, $currentXlhPeriodsNum);
}
}
} }
private function handleXlhPiaoPing($room_id, $xlh_ext, $xlhIsPiaoPing){ private function handleXlhPiaoPing($room_id, $xlh_ext, $xlhIsPiaoPing){
if($xlhIsPiaoPing == 1){ if($xlhIsPiaoPing == 1){