Commit d93c3844 authored by zhuwei's avatar zhuwei

bug

parent 904c3d9b
......@@ -222,8 +222,8 @@ class Member extends Basic{
//客方姓名
if (!empty($params['user_agent_name'])) {
//$where['b.name'] = $params['user_agent_name'];//2018年09月18日之前根据姓名搜索
$where['b.id'] = $params['user_agent_name'];
$where['b.name'] = $params['user_agent_name'];//2018年09月18日之前根据姓名搜索
//$where['b.id'] = $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