Commit 8068e6c2 authored by zw's avatar zw

pc后台控制

parent 726dd928
......@@ -76,11 +76,12 @@ class HomePageLog extends Basic
];
$order = "f.id desc";
$result = $this->uPhoneFollowUpModel->getSearch($pageNo, $pageSize, $order, $field, $join, $where_, "");
$count = $this->uPhoneFollowUpModel->getSearchCount($join, $where_);
//$count = $this->uPhoneFollowUpModel->getSearchCount($join, $where_);
if (count($result) > 0) {
$list["result"] = $result;
$list["img_path"] = AGENTHEADERIMGURL;
$list["total"] = $count;
//暂时处理
$list["total"] = 0;
return $this->response("200", "request success", $list);
} else {
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