Commit eb193ef9 authored by clone's avatar clone

bug

parent 19bb271b
...@@ -109,12 +109,12 @@ class HomePageLog extends Basic ...@@ -109,12 +109,12 @@ class HomePageLog extends Basic
} }
$count = $this->uPhoneFollowUpModel->getSearchCount($where_); //$count = $this->uPhoneFollowUpModel->getSearchCount($where_);
if (count($result) > 0) { if (count($result) > 0) {
$list["result"] = $result; $list["result"] = $result;
$list["img_path"] = AGENTHEADERIMGURL; $list["img_path"] = AGENTHEADERIMGURL;
//暂时处理 //暂时处理
$list["total"] = $count; $list["total"] = 0;
return $this->response("200", "request success", $list); return $this->response("200", "request success", $list);
} else { } else {
return $this->response("200", "request null"); return $this->response("200", "request null");
......
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