getPageValue(); $list = $this->dao->getReplyKeyList($where, $page, $limit); $count = $this->dao->count($where); return compact('list', 'count'); } }