From d321a446946684d9f42c80367760a4e6005e39c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 31 May 2021 09:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E5=90=8E=E5=8F=B0=E8=B4=A2=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/finance_check_script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/finance_check_script.php b/script/finance_check_script.php index a0fe698..e8f4ab8 100644 --- a/script/finance_check_script.php +++ b/script/finance_check_script.php @@ -274,7 +274,7 @@ function no_jike($product) break; case '双月卡(活动)': case '季卡': - $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 150; + $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 135; break; case '年卡': $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 500;