Commit ed6f7230 authored by zhuwei's avatar zhuwei

1

parent effa134d
...@@ -119,7 +119,7 @@ class UserLog extends Basic{ ...@@ -119,7 +119,7 @@ class UserLog extends Basic{
if(isset($params['entrust_type']) && $params['entrust_type'] == 1){ if(isset($params['entrust_type']) && $params['entrust_type'] == 1){
return $this->response("101", "请求数据空"); return $this->response("101", "请求数据空");
}else{ }else{
$result = $this->service_->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize); $result = $this->service_->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
} }
......
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