select id, collegeCode, title, webSite, name, type, url, updateTime, createTime from b_busi_wish_universities_employmentreport
insert into b_busi_wish_universities_employmentreport
id,collegeCode,title,webSite,name,type,url,updateTime,createTime,#{id},#{collegeCode},#{title},#{webSite},#{name},#{type},#{url},#{updateTime},#{createTime},
update b_busi_wish_universities_employmentreport
collegeCode = #{collegeCode},title = #{title},webSite = #{webSite},name = #{name},type = #{type},url = #{url},updateTime = #{updateTime},createTime = #{createTime},
where id = #{id}
delete from b_busi_wish_universities_employmentreport where id = #{id}
delete from b_busi_wish_universities_employmentreport where id in
#{id}