Commit d233b01b authored by zhuwei's avatar zhuwei

bug

parent 295158d7
...@@ -480,9 +480,6 @@ class User extends Basic ...@@ -480,9 +480,6 @@ class User extends Basic
return $this->response("201", "查无数据", [ 'user_id' => $params['user_id'] ]); return $this->response("201", "查无数据", [ 'user_id' => $params['user_id'] ]);
} }
//[ error ] [2]Missing argument 1 for app\model\UPhoneFollowPp::__construct(), called in /data/project/tl_estate/application/api_broker/service/ClientService.php on line 26 and defined[/data/project/tl_estate/application/model/UPhoneFollowPp.php:14]
//[ error ] [8]未定义变量: site_id[/data/project/tl_estate/application/model/UPhoneFollowPp.php:16]
// $model = new AAgents(); // $model = new AAgents();
/* $result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $params["agent_id"]]); /* $result = $model->searchAgentsByKeyword("id,name,phone", [ "id" => $params["agent_id"]]);
$call = new CallPhoneService(); $call = new CallPhoneService();
...@@ -492,7 +489,6 @@ class User extends Basic ...@@ -492,7 +489,6 @@ class User extends Basic
if (!$clientService->dialTotal($user_res[0]['id'])) { if (!$clientService->dialTotal($user_res[0]['id'])) {
return $this->response("201", "当天被拨打超过5次", [ 'user_id' => $user_res[0]['id'] ]); return $this->response("201", "当天被拨打超过5次", [ 'user_id' => $user_res[0]['id'] ]);
} }
exit;
//如果非客方 //如果非客方
if ($user_res[0]['agent_id'] != $params['agent_id']) { if ($user_res[0]['agent_id'] != $params['agent_id']) {
......
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