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 '年卡':