select id, tel_no, production_year, 'index' from idc_no_index insert into idc_no_index tel_no, production_year, index, #{telNo}, #{productionYear}, #{index}, update idc_no_index tel_no = #{telNo}, production_year = #{productionYear}, index = #{index}, where id = #{id} delete from idc_no_index where id = #{id} delete from idc_no_index where id in #{id}