Commit 2bd4eb3f authored by hujun's avatar hujun

status

parent 7c4df91d
...@@ -51,6 +51,7 @@ class Broker extends Basic ...@@ -51,6 +51,7 @@ class Broker extends Basic
$where['c.houses_id'] = $params['house_id']; $where['c.houses_id'] = $params['house_id'];
$where['c.is_del'] = 0; $where['c.is_del'] = 0;
$where['a.status'] = 0;
$list = $agents->getUser($pageNo, $pageSize, 'evaluate desc', $fields, $where); $list = $agents->getUser($pageNo, $pageSize, 'evaluate desc', $fields, $where);
if (!empty($agent_client['id'])) { if (!empty($agent_client['id'])) {
......
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