Commit 15264932 authored by zhuwei's avatar zhuwei

1

parent 35984e8b
......@@ -323,6 +323,10 @@ class Member extends Basic{
}
}
if (!empty($params['entrust_type'])) {
$where['a.entrust_type'] = $params['entrust_type'];
}
//客户编号
if (!empty($params['id'])) {
......@@ -341,9 +345,7 @@ 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,
......
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