select id, year, location, batch, level, type, marjorId, universityId, universityName, marjorCode, marjorName, marjorNameText, marjorBelongs, marjorDirection, specialProject, courseRemark0, courseRemark1, course0, course1,
course2, score, corrScore, seat, corrSeat, num, numReal, scoreRealTop, seatRealTop, scoreRealAverage, seatRealAverage, createTime, status,
universityCode,collegeCode,course,liberalScience,`groups`,`groupsName`, xuezhi
from b_busi_wish_university_submit_marjors
insert into b_busi_wish_university_submit_marjors
year,
location,
level,
type,
marjorId,
universityId,
universityName,
marjorCode,
marjorName,
marjorNameText,
marjorBelongs,
marjorDirection,
specialProject,
courseRemark0,
courseRemark1,
course0,
course1,
course2,
score,
seat,
num,
numReal,
scoreRealTop,
seatRealTop,
scoreRealAverage,
seatRealAverage,
createTime,
status,
#{year},
#{location},
#{level},
#{type},
#{marjorId},
#{universityId},
#{universityName},
#{marjorCode},
#{marjorName},
#{marjorNameText},
#{marjorBelongs},
#{marjorDirection},
#{specialProject},
#{courseRemark0},
#{courseRemark1},
#{course0},
#{course1},
#{course2},
#{score},
#{seat},
#{num},
#{numReal},
#{scoreRealTop},
#{seatRealTop},
#{scoreRealAverage},
#{seatRealAverage},
#{createTime},
#{status},
update b_busi_wish_university_submit_marjors
year = #{year},
location = #{location},
level = #{level},
type = #{type},
marjorId = #{marjorId},
universityId = #{universityId},
universityName = #{universityName},
marjorCode = #{marjorCode},
marjorName = #{marjorName},
marjorNameText = #{marjorNameText},
marjorBelongs = #{marjorBelongs},
marjorDirection = #{marjorDirection},
specialProject = #{specialProject},
courseRemark0 = #{courseRemark0},
courseRemark1 = #{courseRemark1},
course0 = #{course0},
course1 = #{course1},
course2 = #{course2},
score = #{score},
seat = #{seat},
num = #{num},
numReal = #{numReal},
scoreRealTop = #{scoreRealTop},
seatRealTop = #{seatRealTop},
scoreRealAverage = #{scoreRealAverage},
seatRealAverage = #{seatRealAverage},
createTime = #{createTime},
status = #{status},
where id = #{id}
delete from b_busi_wish_university_submit_marjors where id = #{id}
delete from b_busi_wish_university_submit_marjors where id in
#{id}