From f0bc7ecc85c1f87d2cffdb9c592ec6ca0907d32b Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 28 Oct 2021 16:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/GameRebateService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/GameRebateService.class.php b/Application/Base/Service/GameRebateService.class.php index 172e7d2f1..952a95647 100644 --- a/Application/Base/Service/GameRebateService.class.php +++ b/Application/Base/Service/GameRebateService.class.php @@ -729,7 +729,7 @@ class GameRebateService foreach ($propItems as $item) { if (isset($props[$item['id']])) { $prop = $props[$item['id']]; - $applyAmount += $prop['value']; + $applyAmount += ($prop['value'] * $item['num']); $applyProps[] = [ 'ref_id' => $prop['ref_id'], 'value' => $prop['value'],