|
|
|
@ -46,11 +46,7 @@ class ServiceEvaluateController extends BaseController |
|
|
|
//根据用户iD 获取服务专员详细信息
|
|
|
|
$user_id = $this->request->input('user_id', 0); |
|
|
|
$res = $this->evaluateService->isPersonnel($user_id); |
|
|
|
if(isset($res->status) && $res->status == 1){ |
|
|
|
return $this->success($res); |
|
|
|
}else{ |
|
|
|
return $this->result('900','','服务专员不存在或被禁用'); |
|
|
|
} |
|
|
|
return $this->success($res); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|