盲盒转盘优化-调试
This commit is contained in:
@@ -394,9 +394,6 @@ class BlindBoxTurntableGiftDrawWorld extends Model
|
|||||||
}
|
}
|
||||||
unset($gift); // 清除引用
|
unset($gift); // 清除引用
|
||||||
|
|
||||||
// 更新 Alias 表
|
|
||||||
$this->updateAliasTable($aliasTableForNew, $selectedGift['id']);
|
|
||||||
|
|
||||||
$giftInfoMap = $this->preloadGiftInfo($availableGifts);
|
$giftInfoMap = $this->preloadGiftInfo($availableGifts);
|
||||||
$gift = $giftInfoMap[$selectedGift['foreign_id']];
|
$gift = $giftInfoMap[$selectedGift['foreign_id']];
|
||||||
if($gift){
|
if($gift){
|
||||||
|
|||||||
Reference in New Issue
Block a user