diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index 27234fe1a..887b37be4 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -220,6 +220,8 @@ class PromoteController extends ThinkController } else { $this->meta_title ='新增渠道信息'; $this->m_title = '推广员列表'; + $companys = M('promote_company', 'tab_')->select(); + $this->assign('companys', $companys); $this->assign('commonset', M('Kuaijieicon')->where(['url'=>'Promote/lists/type/1','status'=>1])->find()); $this->display(); }