From e9521c6a4d587451c354f49a70c71ac12d4a3b82 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Fri, 27 Nov 2020 14:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E5=90=8E=E5=8F=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b115661..359d04d 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 09:43:59 + * @LastEditTime: 2020-11-27 14:15:04 */ $is_script = 1; include_once __DIR__ . '/../index.php'; @@ -382,7 +382,7 @@ function tl_rule($product, $refunds, $product_type = false) if ((86400 * 90 - handle_time($info['RefundRestTime'])) < 1800) { $refund += $info['ConnectCount'] * 120; } else { - $refund += $info['ConnectCount'] * 120 - ceil((86400 * 60 - handle_time($info['RefundRestTime']))/86400) * $info['ConnectCount'] * 4; + $refund += $info['ConnectCount'] * 120 - ceil((86400 * 90 - handle_time($info['RefundRestTime']))/86400) * $info['ConnectCount'] * 4; } break; }