Commit 286c2234 authored by zhuwei's avatar zhuwei

bug

parent 20b1ca3f
...@@ -620,7 +620,7 @@ class User extends Basic ...@@ -620,7 +620,7 @@ class User extends Basic
$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();
if (!$clientService->dialTotal($model_res[0]['user_id']) && $gresult==0) { if (!$clientService->dialTotal($model_res[0]['user_id']) && $gresult==0) {
return $this->response("201", "当天被拨打超过5次", ['user_id'=>$model_res[0]['id']]); return $this->response("201", "当天被拨打超过5次", ['id'=>$model_res[0]['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