Commit 69b5ee8a authored by zhuwei's avatar zhuwei

bug

parent 50652e23
......@@ -614,8 +614,8 @@ class User extends Basic
}
// 判断当天被拨打是否超过5次
$model = new AAgents();
$result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $params["agent_id"]]);
$model_agent = new AAgents();
$result = $model_agent->searchAgentsByKeyword("id,name,phone", [ "id" => $params["agent_id"]]);
$call = new CallPhoneService();
$gresult = $call->getBindNum($model_res['user_phone'],$result[0]['phone']);
$clientService = new ClientService();
......
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