getPageValue(); } else { [$page, $limit] = $this->getPageValue(); } $list = $this->dao->getList($where, $field, $order, $page, $limit); $count = $this->dao->getCount($where); return [$count, $list]; } }