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

This commit is contained in:
2025-10-15 17:10:43 +08:00
parent b5422fbc35
commit 5ff8dc4acf

View File

@@ -1251,7 +1251,7 @@ class BlindBoxTurntableGiftDrawWorld extends Model
} }
// 批量插入礼包发放记录 // 批量插入礼包发放记录
$gift_records = []; $gift_records = [];
$periods = $room_pan_data[0]['periods'] ?? 0; $periods = $this->getCachedXlhPeriods('get') ?? 0;
foreach ($drawn_gifts as $gift_id => $count) { foreach ($drawn_gifts as $gift_id => $count) {
$gift_records[] = [ $gift_records[] = [
'user_id' => $user_id, 'user_id' => $user_id,