select id, universityId, location, year, level, liberalScience, collegeCode, marjorCount, planCount, score, createTime, status, stats from b_busi_wish_university_marjors_college
insert into b_busi_wish_university_marjors_college
universityId,
location,
year,
level,
liberalScience,
collegeCode,
marjorCount,
planCount,
score,
createTime,
status,
stats,
#{universityId},
#{location},
#{year},
#{level},
#{liberalScience},
#{collegeCode},
#{marjorCount},
#{planCount},
#{score},
#{createTime},
#{status},
#{stats, typeHandler=com.ruoyi.mxjb.handlers.SubmitYearsStatsHandler},
update b_busi_wish_university_marjors_college
universityId = #{universityId},
location = #{location},
year = #{year},
level = #{level},
liberalScience = #{liberalScience},
collegeCode = #{collegeCode},
marjorCount = #{marjorCount},
planCount = #{planCount},
score = #{score},
createTime = #{createTime},
status = #{status},
stats = #{stats, typeHandler=com.ruoyi.mxjb.handlers.SubmitYearsStatsHandler},
where id = #{id}
delete from b_busi_wish_university_marjors_college where id = #{id}
delete from b_busi_wish_university_marjors_college where id in
#{id}