From e34c5533589bc60ae254ad224f464a8a8aba0434 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 26 Mar 2020 16:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B8=A0=E9=81=93=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PayChannelController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/PayChannelController.class.php b/Application/Admin/Controller/PayChannelController.class.php index 48c8ed9ce..6f8c9ad1f 100644 --- a/Application/Admin/Controller/PayChannelController.class.php +++ b/Application/Admin/Controller/PayChannelController.class.php @@ -402,6 +402,7 @@ class PayChannelController extends ThinkController $this->assign('channelData2',$channelData); $this->assign('sum_platform_pay_amount',$sum_platform_pay_amount); $this->assign('sum_noplatform_pay_amount',$sum_noplatform_pay_amount); + $this->assign('sum_pay_amount',$sum_pay_amount); $moneyAllCount = array_sum(array_column($channelData, 'pay_amount')); $this->assign('moneyAllCount',$moneyAllCount); $this->display();