select id, year, location, level, marjorId, universityId, universityName, marjorName, marjorBelongs, marjorDirection, courseRemark0, courseRemark1, course0, course1, course2,
score, seat, num, numReal, scoreRealTop, seatRealTop, scoreRealAverage, seatRealAverage, createTime, status from b_busi_wish_xkcx
insert into b_busi_wish_xkcx
year,
location,
level,
marjorId,
universityId,
universityName,
marjorName,
marjorBelongs,
marjorDirection,
courseRemark0,
courseRemark1,
course0,
course1,
course2,
score,
seat,
num,
numReal,
scoreRealTop,
seatRealTop,
scoreRealAverage,
seatRealAverage,
createTime,
status,
#{year},
#{location},
#{level},
#{marjorId},
#{universityId},
#{universityName},
#{marjorName},
#{marjorBelongs},
#{marjorDirection},
#{courseRemark0},
#{courseRemark1},
#{course0},
#{course1},
#{course2},
#{score},
#{seat},
#{num},
#{numReal},
#{scoreRealTop},
#{seatRealTop},
#{scoreRealAverage},
#{seatRealAverage},
#{createTime},
#{status},
update b_busi_wish_xkcx
year = #{year},
location = #{location},
level = #{level},
marjorId = #{marjorId},
universityId = #{universityId},
universityName = #{universityName},
marjorName = #{marjorName},
marjorBelongs = #{marjorBelongs},
marjorDirection = #{marjorDirection},
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_xkcx where id = #{id}
delete from b_busi_wish_xkcx where id in
#{id}