Commit 983c450a authored by clone's avatar clone

1

parent 56f7a73d
...@@ -105,7 +105,7 @@ class OfficeHomePageLog extends Basic ...@@ -105,7 +105,7 @@ class OfficeHomePageLog extends Basic
return $this->response("200", "request null"); return $this->response("200", "request null");
} }
} }
$result = $this->uPhoneFollowUpModel->getFollowList($pageNo, $pageSize, '', $field, $where); $result = $this->uPhoneFollowUpModel->getFollowList($pageNo, $pageSize, 'id desc', $field, $where);
if (count($result) <= 0) { if (count($result) <= 0) {
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