Commit d856615f authored by hujun's avatar hujun Committed by hujun

后台客户搜索增加冻结客户搜索

parent 60ce3cb8
...@@ -45,7 +45,7 @@ class Member extends Basic{ ...@@ -45,7 +45,7 @@ class Member extends Basic{
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo']; $pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize']; $pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$where['status'] = 0; // $where['status'] = 0;
if (!empty($params['name'])) { if (!empty($params['name'])) {
$where['a.user_nick'] = ['like', $params['name'].'%']; $where['a.user_nick'] = ['like', $params['name'].'%'];
......
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