From cdfa8e4eee575b906bde2c238651c544369959fd Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Tue, 14 Jan 2020 11:22:23 +0800 Subject: [PATCH] =?UTF-8?q?admin=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteController.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index bf3289ddb..77f612312 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1361,7 +1361,7 @@ class PromoteController extends ThinkController if ($page) { $this->assign('_page', $page); } - + $this->assign('is_admin', is_administrator()); $this->assign('list_data', $list_data); $this->display(); } @@ -1396,7 +1396,6 @@ class PromoteController extends ThinkController $this->meta_title ='工会归属申请'; $this->m_title = '工会归属管理'; $companys = M('promote_company', 'tab_')->where(['status' => 1])->select(); - $this->assign('is_admin', is_administrator()); $this->assign('companys', $companys); $this->assign('commonset', M('Kuaijieicon')->where(['url'=>'Promote/lists/type/1','status'=>1])->find()); $this->display();