limit($this->limitOffset, $this->limitLength) ->order(['sort' => 'asc', 'id' => 'desc']) ->select() ->bindAttr('admin', ['account']) ->hidden(['admin']) ->toArray(); } /** * @notes 客服数量 * @return int * @author 段誉 * @date 2022/3/8 18:47 */ public function count(): int { return Kefu::count(); } }