Commit f2d9bb9a authored by hujun's avatar hujun

status

parent 2bd4eb3f
...@@ -46,7 +46,7 @@ class Broker extends Basic ...@@ -46,7 +46,7 @@ class Broker extends Basic
$agent_client = 0; $agent_client = 0;
if (!empty($this->userId) && ($this->params['source'] != 'B-APP')) { if (!empty($this->userId) && ($this->params['source'] != 'B-APP')) {
$agent_client = $agents->getAgentClient($fields, [ 'c.id' => $this->userId ]); $agent_client = $agents->getAgentClient($fields, [ 'c.id' => $this->userId, 'a.status'=>0 ]);
} }
$where['c.houses_id'] = $params['house_id']; $where['c.houses_id'] = $params['house_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