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= TIMESTAMP },
end_time=#{endTime,jdbcType= TIMESTAMP },
school_name=#{schoolName,jdbcType=VARCHAR},
education_=#{education,jdbcType=VARCHAR},
major_=#{major,jdbcType=VARCHAR},
where id_=#{id}