`id`,`channel_id`,`title`,`img`,`batch` where 1 = 1 and `id` = #{id} and `channel_id` = #{channelId} and `title` like concat('%', #{title},'%') and `img` like concat('%', #{img},'%') and `batch` = #{batch} and id in #{idItem} order by ${sortColumns}