Commit 83da920a authored by hujun's avatar hujun

客方手机号

parent cb4fc987
......@@ -229,8 +229,9 @@ class Member extends Basic{
}
//客方手机号
if (!empty($params['user_agent']) && ($type == 3)) {
if (!empty($params['user_agent'])) {
$where['b.phone'] = $params['user_agent'];
$type = 3;
}
$fields = 'a.id,a.user_nick,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id,a.registration_time,a.user_name,a.last_login_ip,a.status';
......
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