From a340a74864786de245ecfc96ce367a045bba3be4 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 3 Mar 2020 13:52:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=AC=E4=BC=9A=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=B8=B8=E6=88=8F=E7=BB=9F=E8=AE=A1=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=A4=96=E5=9B=A2=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/FinancePromoteController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Admin/Controller/FinancePromoteController.class.php b/Application/Admin/Controller/FinancePromoteController.class.php index 706989d0c..4e438d559 100644 --- a/Application/Admin/Controller/FinancePromoteController.class.php +++ b/Application/Admin/Controller/FinancePromoteController.class.php @@ -924,6 +924,9 @@ class FinancePromoteController extends AdminController } if (isset($_REQUEST['company_belong'])) { $pmap['company_belong'] = $_REQUEST['company_belong']; + if($pmap['company_belong'] != 0){ + $pmap['company_id'] = array("neq",0); + } $title .= (getCompanyBlong($_REQUEST['company_belong'])."-"); } if (isset($_REQUEST['promote_id'])) {