Commit 6e2897fa authored by zhuwei's avatar zhuwei

bug

parent 8c70cc22
...@@ -140,6 +140,9 @@ class Remark extends Basic ...@@ -140,6 +140,9 @@ class Remark extends Basic
$result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $this->params["agent_id"]]); $result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $this->params["agent_id"]]);
//$call = new CallPhoneService(); //$call = new CallPhoneService();
//$result = $call->getBindNum($v['user_phone'],$result[0]['phone']); //$result = $call->getBindNum($v['user_phone'],$result[0]['phone']);
//if($result != 0){
// $is_outpace_call_num = 0;
//}
$is_privacy = $redis->get('s_is_privacy');//判断是否当前经纪人跟当前客户是否有电话绑定 从redis查询 $is_privacy = $redis->get('s_is_privacy');//判断是否当前经纪人跟当前客户是否有电话绑定 从redis查询
if(!empty($is_privacy)) { if(!empty($is_privacy)) {
......
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