`id`,`type` ,`title` where `is_del` = 0 and `id` = #{id} and `type` = #{type} and `title` like concat('%', #{title},'%') and id in #{idItem} order by ${sortColumns} update mould_patch_sign set is_del = 1,update_date = now() where id = #{id}