select id, code, name, logo, location, managerType, type, level, tel, url, favorities, createTime, status,
numberOfBSH,numberOfStu,comScore,rankingOfEdu,ranking,createdYear,shuoShiZBWZ,vrUrl,motto,zhaoBanWZ,shortName,cityName,
enName,introduction,star,vrShortUrl,celebrateDay,natureType,majorRule,pointsOfBo,pointsOfShuo,bxLevel,features,
entranceType,shuoShiZBDH,bxType,zhaoBanDH,address,hits,natureTypeCN,bannerUrl,webSite,area,enrollLocation,collect
from b_busi_wish_universities
insert into b_busi_wish_universities
code,
name,
logo,
location,
managerType,
type,
level,
ylxx,
ylxk,
yjsy,
dlxy,
mbgx,
tel,
url,
favorities,
createTime,
status,
logo,
bannerUrl,
#{code},
#{name},
#{logo},
#{location},
#{managerType},
#{type},
#{level},
#{ylxx},
#{ylxk},
#{yjsy},
#{dlxy},
#{mbgx},
#{tel},
#{url},
#{favorities},
#{createTime},
#{status},
#{logo},
#{bannerUrl},
update b_busi_wish_universities
code = #{code},
name = #{name},
logo = #{logo},
location = #{location},
managerType = #{managerType},
type = #{type},
level = #{level},
ylxx = #{ylxx},
ylxk = #{ylxk},
yjsy = #{yjsy},
dlxy = #{dlxy},
mbgx = #{mbgx},
tel = #{tel},
url = #{url},
favorities = #{favorities},
hits = #{hits},
createTime = #{createTime},
status = #{status},
logo = #{logo},
bannerUrl = #{bannerUrl},
where id = #{id}
update b_busi_wish_universities SET collect = collect + #{collect}
where id = #{id}
delete from b_busi_wish_universities where id = #{id}
delete from b_busi_wish_universities where id in
#{id}