Commit 8afe237d authored by hujun's avatar hujun

客方手机号

parent 4f0a18cd
...@@ -229,7 +229,7 @@ class Member extends Basic{ ...@@ -229,7 +229,7 @@ class Member extends Basic{
} }
//客方手机号 //客方手机号
if (!empty($params['user_agent']) && ($type == 3 || $type == 4)) { if (!empty($params['user_agent']) && ($type == 3)) {
$where['b.phone'] = $params['user_agent']; $where['b.phone'] = $params['user_agent'];
} }
......
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