Commit 80778afd authored by zhuwei's avatar zhuwei

bug

parent 4a85e3ac
......@@ -313,13 +313,13 @@ class Member extends Basic{
if (!$clientService->dialTotal($v["id"])) {
$is_outpace_call_num = 1;
}
$model = new AAgents();
/* $model = new AAgents();
$result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $params["agent_id"]]);
$call = new CallPhoneService();
$result = $call->getBindNum($v['user_phone'],$result[0]['phone']);
if($result != 0){
$is_outpace_call_num = 0;
}
}*/
$data_list[$k]['is_outpace_call_num'] = $is_outpace_call_num;
/* 判断当天被拨打是否超过5次,同时判断是否当前经纪人跟当前客户是否有电话绑定 end*/
......
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