select edu_id, start_time, end_time, school_name, education, certifier, discription, attachment, status, create_by, create_time, update_by, update_time, del_flag, stu_no, post from srs_education_experience
insert into srs_education_experience
edu_id,
start_time,
end_time,
school_name,
education,
certifier,
discription,
attachment,
status,
create_by,
create_time,
update_by,
update_time,
del_flag,
stu_no,
post,
#{eduId},
#{startTime},
#{endTime},
#{schoolName},
#{education},
#{certifier},
#{discription},
#{attachment},
#{status},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{delFlag},
#{stuNo},
#{post},
update srs_education_experience
start_time = #{startTime},
end_time = #{endTime},
school_name = #{schoolName},
education = #{education},
certifier = #{certifier},
discription = #{discription},
attachment = #{attachment},
status = #{status},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
stu_no = #{stuNo},
post = #{post},
where edu_id = #{eduId}
delete from srs_education_experience where edu_id = #{eduId}
delete from srs_education_experience where edu_id in
#{eduId}