From 650d0c8f69a17946ab35007af78aa93069ec6971 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 3 Mar 2020 14:04:16 +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=E5=86=85=E5=A4=96=E5=9B=A2=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/FinancePromoteController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/FinancePromoteController.class.php b/Application/Admin/Controller/FinancePromoteController.class.php index 4e438d559..0dafcc27c 100644 --- a/Application/Admin/Controller/FinancePromoteController.class.php +++ b/Application/Admin/Controller/FinancePromoteController.class.php @@ -925,7 +925,7 @@ 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); + $gfflg = false; } $title .= (getCompanyBlong($_REQUEST['company_belong'])."-"); }