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