diff --git a/app/Service/RebateService.php b/app/Service/RebateService.php index 483830d..1d74e2c 100644 --- a/app/Service/RebateService.php +++ b/app/Service/RebateService.php @@ -482,9 +482,6 @@ class RebateService extends Service $records = []; foreach ($items as $roleId => $amount) { $groupGifts = $gifts->where('group', $roleGiftGroupMap[$roleId] ?? 0); - if ($roleId == '66036') { - var_dump($groupGifts->toArray()); - } $maxGift = null; foreach ($groupGifts as $gift) { if ($amount >= $gift->amount) {