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

This commit is contained in:
2025-10-16 21:32:55 +08:00
parent aa9bf9232e
commit 854c87cc46

View File

@@ -320,6 +320,9 @@ class BlindBoxTurntableGiftDrawWorld extends Model
$selectedGift = $this->selectGiftWithAliasMethod($aliasTableForRemaining); $selectedGift = $this->selectGiftWithAliasMethod($aliasTableForRemaining);
if ($selectedGift) { if ($selectedGift) {
$gift = $giftInfoMap[$selectedGift['foreign_id']]; $gift = $giftInfoMap[$selectedGift['foreign_id']];
if($gift == null){
Log::record('数据报错:'.json_encode($giftInfoMap)."数据2".json_encode($selectedGift['foreign_id']),"info");
}
// if (empty($gift)) { // if (empty($gift)) {
// Log::record('数据报错:'.json_encode($selectedGift),"info"); // Log::record('数据报错:'.json_encode($selectedGift),"info");
// $selectedGift = $this->selectGiftWithAliasMethod($aliasTableForRemaining); // $selectedGift = $this->selectGiftWithAliasMethod($aliasTableForRemaining);