新需求-活动需求-盲盒转盘调通盘-巡乐会-调试
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user