Commit 35984e8b authored by zhuwei's avatar zhuwei

1

parent 229927ee
......@@ -341,6 +341,10 @@ class Member extends Basic{
$if_search_user = false;
}
if (!empty($params['entrust_type'])) {
$where['a.entrust_type'] = $params['entrust_type'];
}
// big_log(json_encode($where));
$fields = 'a.id,a.user_nick,a.create_time,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id,a.user_label,
a.user_name,a.status,a.agent_id,a.vip,a.price_demand,a.industry_type,a.area_demand,a.user_status,a.source';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment