`id`,`title`,`type`,`create_date`,`update_date` where 1 = 1 and `id` = #{id} and `title` like concat('%', #{title},'%') and `type` = #{type} and `create_date` = #{createDate} and `update_date` = #{updateDate} and id in #{idItem} order by ${sortColumns}