Commit bb3ca08f authored by zhuwei's avatar zhuwei

客方姓名

parent 704a682c
......@@ -220,8 +220,8 @@ class Member extends Basic{
}
//客方姓名
if (!empty($params['user_agent'])) {
$where['b.phone'] = $params['user_agent'];
if (!empty($params['user_agent_name'])) {
$where['b.name'] = $params['user_agent_name'];
$type = 3;
}
......
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