From e4ebf3218e3e14e3cc1eeba91aa1feda4505109a Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 13 Sep 2021 11:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementPoolController.class.php | 4 ++-- .../View/CompanyStatement/viewPuComplementStatement.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementPoolController.class.php b/Application/Admin/Controller/CompanyStatementPoolController.class.php index c58ecac2b..dc4a550e6 100644 --- a/Application/Admin/Controller/CompanyStatementPoolController.class.php +++ b/Application/Admin/Controller/CompanyStatementPoolController.class.php @@ -871,8 +871,8 @@ class CompanyStatementPoolController extends ThinkController //本次应支付 $count["st_count"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是"),2)'; - $count["online_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Z2:Z'.$line.',"是"),2)'; - $count["offline_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Z2:Z'.$line.',"否"),2)'; + $count["online_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Y2:Y'.$line.',"是"),2)'; + $count["offline_pay"] = '=ROUND(SUMIFS(U2:U'.$line.',Z2:Z'.$line.',"是",Y2:Y'.$line.',"否"),2)'; } $count["platform_amount"] = "=ROUND(SUM(L2:L".$line."),2)"; $count["week_money"] = "=ROUND(SUM(T2:T".$line."),2)"; diff --git a/Application/Admin/View/CompanyStatement/viewPuComplementStatement.html b/Application/Admin/View/CompanyStatement/viewPuComplementStatement.html index ca628bf73..efd183ea6 100644 --- a/Application/Admin/View/CompanyStatement/viewPuComplementStatement.html +++ b/Application/Admin/View/CompanyStatement/viewPuComplementStatement.html @@ -178,7 +178,7 @@