INSERT INTO `performance_evaluation_type` ( `evaluation_id`, `type` ) VALUES ( #{item.evaluationId}, #{item.type} ) delete from performance_evaluation_type where evaluation_id = #{id}