whereIn('type',$typeArr) ->field('id,type,name') ->where('status',1) ->select() ->toArray(); } }