From 91ebb95a9d2069d4d0c7411fbadff1cb16be1f09 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 16 Jun 2023 10:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/RebateService.php | 3 --- 1 file changed, 3 deletions(-) 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) {