盲盒转盘优化-调试

This commit is contained in:
2025-10-24 21:36:05 +08:00
parent e7a17bb34e
commit 7e9c2b5138

View File

@@ -394,9 +394,6 @@ class BlindBoxTurntableGiftDrawWorld extends Model
}
unset($gift); // 清除引用
// 更新 Alias 表
$this->updateAliasTable($aliasTableForNew, $selectedGift['id']);
$giftInfoMap = $this->preloadGiftInfo($availableGifts);
$gift = $giftInfoMap[$selectedGift['foreign_id']];
if($gift){