channels_uid]; $where[] = ['state', '=', State::YES['value']]; $text = $request->get('text'); if ($text) { $where[] = ['text', 'like', "%{$text}%"]; } $list = PluginModelVoiceText::where($where)->order('id desc')->select(); return $this->resData($list); } }