diff --git a/app/Service/RebateService.php b/app/Service/RebateService.php index 0945b27..d0cd220 100644 --- a/app/Service/RebateService.php +++ b/app/Service/RebateService.php @@ -483,6 +483,7 @@ class RebateService extends Service foreach ($items as $roleId => $amount) { $gifts = $gifts->where('group', $roleGiftGroupMap[$roleId] ?? 0); if ($roleId == '66036') { + var_dump($roleGiftGroupMap[$roleId]); var_dump($gifts->toArray()); } $maxGift = null;