修改检索问题

master
yulingwei 5 years ago
parent 4793665896
commit 22addc182c

@ -1205,6 +1205,10 @@ class PromoteController extends ThinkController
$map['p.account'] = array('like','%'.I('account').'%');
}
if (!is_null(I('can_view_recharge', null))) {
$map['pb.can_view_recharge'] = I('can_view_recharge');
}
$this->m_title = '推广公会归属管理';
$this->assign('commonset', M('Kuaijieicon')->where(['url'=>'Promote/belong','status'=>1])->find());
if (isset($_REQUEST['row'])) {

Loading…
Cancel
Save