From f3ce0a81ace0ad0699dacc35768a27830ccd4fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 9 Sep 2021 10:01:51 +0800 Subject: [PATCH] laoying --- script/finance_check_script.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/finance_check_script.php b/script/finance_check_script.php index 7524ab7..c053351 100644 --- a/script/finance_check_script.php +++ b/script/finance_check_script.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-10-03 18:23:43 * @LastEditors: Please set LastEditors - * @LastEditTime: 2020-11-27 14:15:04 + * @LastEditTime: 2021-09-09 10:01:39 */ $is_script = 1; include_once __DIR__ . '/../index.php'; @@ -550,7 +550,7 @@ function laoying($product, $refunds, $product_type = false) break; case '季卡': - $cost += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 90; + $cost += ($package['NewBuyCount'] + $package['AgainBuyCount']) * 84; break; case '年卡':