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