盲盒转盘 优化-飘屏处理 提交

This commit is contained in:
2025-10-29 20:57:39 +08:00
parent b27612e564
commit c1d217d8b1

View File

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