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();