From 21806993d4e4a0f8ed561cd5d727afba6e9ee3b2 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Tue, 14 Jan 2020 11:19:56 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index fa34b014a..bf3289ddb 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1396,6 +1396,7 @@ 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();