insert into track_ca1_romtb_matmap ( pos_idx, mat_id, plan_no, plan_id ) values (#{item.posIdx}, #{item.matId}, #{item.planNo}, #{item.planId}) on duplicate key update mat_id = VALUES(mat_id),plan_no = VALUES(plan_no),plan_id = VALUES(plan_id)