|
@@ -61,13 +61,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="area" column="area" />
|
|
<result property="area" column="area" />
|
|
|
<result property="enrollLocation" column="enrollLocation" />
|
|
<result property="enrollLocation" column="enrollLocation" />
|
|
|
<result property="collect" column="collect" />
|
|
<result property="collect" column="collect" />
|
|
|
|
|
+ <result property="tier" column="tier" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<sql id="selectBBusiWishUniversitiesVo">
|
|
<sql id="selectBBusiWishUniversitiesVo">
|
|
|
select id, code, name, logo, location, managerType, type, level, tel, url, favorities, createTime, status,
|
|
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,
|
|
numberOfBSH,numberOfStu,comScore,rankingOfEdu,ranking,createdYear,shuoShiZBWZ,vrUrl,motto,zhaoBanWZ,shortName,cityName,
|
|
|
enName,introduction,star,vrShortUrl,celebrateDay,natureType,majorRule,pointsOfBo,pointsOfShuo,bxLevel,features,
|
|
enName,introduction,star,vrShortUrl,celebrateDay,natureType,majorRule,pointsOfBo,pointsOfShuo,bxLevel,features,
|
|
|
- entranceType,shuoShiZBDH,bxType,zhaoBanDH,address,hits,natureTypeCN,bannerUrl,webSite,area,enrollLocation,collect
|
|
|
|
|
|
|
+ entranceType,shuoShiZBDH,bxType,zhaoBanDH,address,hits,natureTypeCN,bannerUrl,webSite,area,enrollLocation,collect,tier
|
|
|
from b_busi_wish_universities
|
|
from b_busi_wish_universities
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|