From 700a69b947954e5b172d7f4308a56c59868254bd Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 31 Jul 2020 13:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E6=AC=BE=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=B8=8D=E4=BD=93=E7=8E=B0=E5=85=AC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Payment/Controller/ExcelPaymentController.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/Payment/Controller/ExcelPaymentController.class.php b/Application/Payment/Controller/ExcelPaymentController.class.php index 255f6a8e6..db61dc235 100644 --- a/Application/Payment/Controller/ExcelPaymentController.class.php +++ b/Application/Payment/Controller/ExcelPaymentController.class.php @@ -258,9 +258,7 @@ class ExcelPaymentController extends BaseController $val['ratio'] = $val['ratio']*100; $val['increment_ratio'] = $val['increment_ratio']*100; if($is_export){ - - //J3*(K3+L3)+M3-N3 - $val['sum_money'] = "=J{$line}*(K{$line}+L{$line})+M{$line}-N{$line}"; + // $val['sum_money'] = "=J{$line}*(K{$line}+L{$line})+M{$line}-N{$line}"; }else{ $count['platform_amount'] += $val['pay_amount']; $count['sum_money'] += $val['sum_money'];