select id, sheep_id, manage_tags, event_type, death_date, disease_type_id, disease_subtype_id, disposal_direction, technician, handler, work_group, create_by, create_time, comment, update_by, update_time, is_delete from sc_sheep_death insert into sc_sheep_death sheep_id, manage_tags, event_type, death_date, disease_type_id, disease_subtype_id, disposal_direction, technician, handler, work_group, create_by, create_time, comment, update_by, update_time, is_delete, #{sheepId}, #{manageTags}, #{eventType}, #{deathDate}, #{diseaseTypeId}, #{diseaseSubtypeId}, #{disposalDirection}, #{technician}, #{handler}, #{workGroup}, #{createBy}, #{createTime}, #{comment}, #{updateBy}, #{updateTime}, #{isDelete}, update sc_sheep_death sheep_id = #{sheepId}, manage_tags = #{manageTags}, event_type = #{eventType}, death_date = #{deathDate}, disease_type_id = #{diseaseTypeId}, disease_subtype_id = #{diseaseSubtypeId}, disposal_direction = #{disposalDirection}, technician = #{technician}, handler = #{handler}, work_group = #{workGroup}, create_by = #{createBy}, create_time = #{createTime}, comment = #{comment}, update_by = #{updateBy}, update_time = #{updateTime}, is_delete = #{isDelete}, where id = #{id} delete from sc_sheep_death where id = #{id} delete from sc_sheep_death where id in #{id}