From ac3c2f3e2053a4658244f41eeb7ffe9565830b97 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 16 Jun 2023 10:52:18 +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 | 1 + 1 file changed, 1 insertion(+) 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;