From ce1d061ee6573e34f09533d424bb25725a223ef2 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Sun, 27 Sep 2020 18:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/BaseController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index fae35173b..fa192f705 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -395,7 +395,7 @@ class BaseController extends HomeController /** * 市场部特殊推广公司的规则 */ - $onlyPresidentList = [330, 331, 332]; + $onlyPresidentList = [330, 331, 332, 334]; if (in_array($topPromote['company_id'], $onlyPresidentList)) { if ($topPromote['can_view_recharge'] == 1 && $promote['level'] == 1) { return true;