|
|
|
@@ -70,17 +70,9 @@ |
|
|
|
<result column="shop_number" jdbcType="VARCHAR" property="shopNumber"/> |
|
|
|
<result column="building_name" jdbcType="VARCHAR" property="buildingName"/> |
|
|
|
<result column="floor_name" jdbcType="VARCHAR" property="floorName"/> |
|
|
|
|
|
|
|
<result column="discount" jdbcType="INTEGER" property="discount"/> |
|
|
|
|
|
|
|
<result column="link_line_phone" property="linkLinePhone"/> |
|
|
|
|
|
|
|
|
|
|
|
<collection column="{merchantId=id}" property="shopVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxShopVo" |
|
|
|
javaType="java.util.List" |
|
|
|
select="com.iformall.mapper.WxShopMapper.findShopVoList"> |
|
|
|
</collection> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allCVoColumns"> |
|
|
|
|