管理后台-》推广员列表可关键内外团搜索

master
liuweiwen 5 years ago
parent 92900a57f0
commit 38c64f5430

@ -5884,6 +5884,9 @@ class ExportController extends Controller
if (I('status')) {
$map['tab_promote.status'] = I('status');
}
if (strlen(I('company_belong'))) {
$map['company_belong'] = I("company_belong");
}
//为数据权限添加
setPowerPromoteIds($map, 'tab_promote.id');

@ -96,6 +96,9 @@ class PromoteController extends ThinkController
if (I("promote_level")) {
$map['level'] = I("promote_level");
}
if (strlen(I('company_belong'))) {
$map['company_belong'] = I("company_belong");
}
$this->m_title = '推广员列表';
$this->assign('commonset', M('Kuaijieicon')->where(['url'=>'Promote/lists/type/1','status'=>1])->find());
if (isset($_REQUEST['row'])) {

Loading…
Cancel
Save