Commit b1726ee8 authored by zhuwei's avatar zhuwei

bug

parent 5d38b305
...@@ -540,7 +540,7 @@ class Broker extends Basic ...@@ -540,7 +540,7 @@ class Broker extends Basic
} }
//查询当前经纪人是否是某个客方的总监 0:可查看 1:不可查看 //查询当前经纪人是否是某个客方的总监 0:可查看 1:不可查看
//$data['is_can_look'] = $user_service->isUserAgentDirector($user_res["agent_id"],$this->agentId); $data['is_can_look'] = $user_service->isUserAgentDirector($user_res["agent_id"],$params["agent_id"]);
return $this->response("200", "success!", $data); return $this->response("200", "success!", $data);
} }
......
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