Commit 3771f9f4 authored by hujun's avatar hujun

1

parent 4f6222b1
......@@ -116,7 +116,7 @@ class HomePageLog extends Basic
big_log(json_encode($where_));
$result = $this->phoneFollowUpTemporary->getFollowList($pageNo, $pageSize, $order_ = 'id desc', $field, $where_);
} else {
$result = $this->phoneFollowUpTemporary->getFollowList($this->siteId,$pageNo, $pageSize, $where, $field);
$result = $this->uPhoneFollowUpModel->getFollowList($pageNo, $pageSize, 'id desc',$field, $where);
}
$clientService = new ClientService();
foreach ($result as $key => $value) {
......
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