From 1945cae9a549739b8e6b39d9b0b591ed0b596c0c Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 15 Dec 2020 14:19:38 +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 --- .../Controller/CompanyStatementOfflineController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementOfflineController.class.php b/Application/Admin/Controller/CompanyStatementOfflineController.class.php index 04cbf863e..791d6519a 100644 --- a/Application/Admin/Controller/CompanyStatementOfflineController.class.php +++ b/Application/Admin/Controller/CompanyStatementOfflineController.class.php @@ -172,7 +172,7 @@ class CompanyStatementOfflineController extends ThinkController //下游公司 A("CompanyStatementPool")->viewPcPool($dbres,$is_export); }else{ - A("CompanyStatementPool")->viewPuPool($dbres,$is_export); + A("CompanyStatementPool")->viewPuPool($dbres,$is_export,["withdraw_type"=>3]); } } @@ -196,7 +196,7 @@ class CompanyStatementOfflineController extends ThinkController A("CompanyStatementPool")->viewPcPool($dbres,$is_export); }else{ $this->assign("title","下游个人线下打款"); - A("CompanyStatementPool")->viewPuPool($dbres,$is_export); + A("CompanyStatementPool")->viewPuPool($dbres,$is_export,["withdraw_type"=>3]); } }