Commit 9599ba63 authored by clone's avatar clone

bug

parent f9e41b88
...@@ -148,6 +148,7 @@ class User extends Basic ...@@ -148,6 +148,7 @@ class User extends Basic
//传了经纪人id则表示我的客户 //传了经纪人id则表示我的客户
if (isset($params["agent_id"])) { if (isset($params["agent_id"])) {
$conditions['agent_id'] = $params['agent_id']; $conditions['agent_id'] = $params['agent_id'];
$is_search = false;
} }
if (!$is_search) { if (!$is_search) {
......
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