Commit 3a7f3506 authored by hujun's avatar hujun

status = 0

parent 413a64d0
......@@ -253,7 +253,7 @@ class Broker extends Basic
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 10 : $this->params['pageSize'];
$where = 'status <> 2';
$where = 'status = 0';
if ($this->params['phone']) {
$where .= ' AND concat(phone,name) like "%' . $this->params['phone'] . '%"';
}
......
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