From 676db4d7d87fa0c541d659fd97f0f78a4786e68f Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 12 Oct 2023 15:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=A5=96=E8=AE=B0=E5=BD=95=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/logic/Zone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logic/Zone.php b/app/logic/Zone.php index 4369bd6..11825e3 100644 --- a/app/logic/Zone.php +++ b/app/logic/Zone.php @@ -183,7 +183,7 @@ class Zone * @param $save_data * @return int|mixed */ - protected static function calculateAmount($save_data) + protected static function calculateAmount(&$save_data) { $awards_amount = 0; foreach ($save_data as $key => $goodsParam) {