Commit 69b5ee8a authored by zhuwei's avatar zhuwei

bug

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