limitOffset, $this->limitLength) ->order(['sort' => 'asc', 'id' => 'desc']) ->select() ->toArray(); } /** * @notes 客服话术数量 * @return int * @author 段誉 * @date 2022/3/9 14:21 */ public function count(): int { return KefuLang::count(); } }