Commit fcc28bae authored by zhuwei's avatar zhuwei

客户 上下条 bug

parent 747f68e5
......@@ -218,7 +218,7 @@ class User extends Basic
// 判断当天被拨打是否超过5次
$clientService = new ClientService();
if (!$clientService->dialTotal($params['user_id'])) {
if (!$clientService->dialTotal($user_res[0]['id'])) {
return $this->response("201", "当天被拨打超过5次", ['user_id'=>$user_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