Commit e1c7b05a authored by zhuwei's avatar zhuwei

客户列表修改

parent b8c0cad2
...@@ -328,6 +328,7 @@ class Member extends Basic{ ...@@ -328,6 +328,7 @@ class Member extends Basic{
if (!empty($params['id'])) { if (!empty($params['id'])) {
$where = []; $where = [];
$where['a.id'] = $params['id']; $where['a.id'] = $params['id'];
$if_search_user = false;
} }
//客户手机号 //客户手机号
...@@ -337,6 +338,7 @@ class Member extends Basic{ ...@@ -337,6 +338,7 @@ class Member extends Basic{
} }
$where = []; $where = [];
$where['a.user_phone'] = [ 'LIKE', '%' . $params['phone'] . '%' ]; $where['a.user_phone'] = [ 'LIKE', '%' . $params['phone'] . '%' ];
$if_search_user = false;
} }
// big_log(json_encode($where)); // big_log(json_encode($where));
......
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