Commit 78193d7a authored by clone's avatar clone

Merge branch '0529-v3.3.0' of https://gitee.com/zwyjjc/tl_estate into 0529-v3.3.0

parents 461c9193 f71913dd
...@@ -735,7 +735,7 @@ class User extends Basic ...@@ -735,7 +735,7 @@ class User extends Basic
if(isset($params['entrust_type']) && ($params['entrust_type']== 1)){ if(isset($params['entrust_type']) && ($params['entrust_type']== 1)){
// $result = $this->OfficeUserLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize); // $result = $this->OfficeUserLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
return $this->response("200", "success!", null); return $this->response("200", "请求数据为空");
}else{ }else{
$result = $this->userLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize); $result = $this->userLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
} }
......
...@@ -119,7 +119,7 @@ class UserLog extends Basic{ ...@@ -119,7 +119,7 @@ class UserLog extends Basic{
if($params['entrust_type'] == 1){ if($params['entrust_type'] == 1){
return $this->response("200", "success!", ''); 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