getAbnormalModel() ->where('type', 1) ->order('sort', 'desc') ->field([ 'id', 'title', ]) ->select(); } }