delete from job_resume_education_experience where id_=#{id,jdbcType=VARCHAR}
update job_resume_education_experience
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
resume_id=#{resumeId,jdbcType=VARCHAR},
sort_no=#{sortNo,jdbcType= NUMERIC },
start_time=#{startTime,jdbcType= VARCHAR },
end_time=#{endTime,jdbcType= VARCHAR },
school_name=#{schoolName,jdbcType=VARCHAR},
education_=#{education,jdbcType=VARCHAR},
major_=#{major,jdbcType=VARCHAR},
where id_=#{id}
UPDATE job_resume_education_experience set del_flag = 1
WHERE
resume_id = #{resumeId}