select id, collegeCode, type, code, name, professionType, examType, hot, ranking, createTime, updateTime from b_busi_wish_universities_profession
insert into b_busi_wish_universities_profession
id,collegeCode,type,code,name,professionType,hot,createTime,updateTime,#{id},#{collegeCode},#{type},#{code},#{name},#{professionType},#{hot},#{createTime},#{updateTime},
update b_busi_wish_universities_profession
collegeCode = #{collegeCode},type = #{type},code = #{code},name = #{name},professionType = #{professionType},hot = #{hot},createTime = #{createTime},updateTime = #{updateTime},
where id = #{id}
delete from b_busi_wish_universities_profession where id = #{id}
delete from b_busi_wish_universities_profession where id in
#{id}