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