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();