select id, collegeCode, dataType, subjects, subjectCount, evaluations, category, typeName, createTime, updateTime from b_busi_wish_universities_subject
insert into b_busi_wish_universities_subject
id,
collegeCode,
dataType,
subjects,
subjectCount,
evaluations,
category,
typeName,
createTime,
updateTime,
#{id},
#{collegeCode},
#{dataType},
#{subjects},
#{subjectCount},
#{evaluations},
#{category},
#{typeName},
#{createTime},
#{updateTime},
update b_busi_wish_universities_subject
collegeCode = #{collegeCode},
dataType = #{dataType},
subjects = #{subjects},
subjectCount = #{subjectCount},
evaluations = #{evaluations},
category = #{category},
typeName = #{typeName},
createTime = #{createTime},
updateTime = #{updateTime},
where id = #{id}
delete from b_busi_wish_universities_subject where id = #{id}
delete from b_busi_wish_universities_subject where id in
#{id}