From 48aad8893b6d2cc035bbb39f5fc56c001c86c5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 30 Mar 2021 16:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=81=E5=AE=A2=E5=8E=9F=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/finance_check_script.php b/script/finance_check_script.php index 8baeb42..953b275 100644 --- a/script/finance_check_script.php +++ b/script/finance_check_script.php @@ -208,6 +208,9 @@ function jike($product) case '双月卡': $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 162; break; + case '双月卡(送一月)': + $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 162; + break; case '年卡': $count += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 600; break;