where(['is_show' => 1, 'show_time' => ['LT', request()->time()] ]) ->field(['title', 'content']) ->order('show_time', 'desc') ->find(); } }