Browse Source

/。

release_toaliyun_real
xhxu 4 years ago
parent
commit
0c0280100d
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      mallinkService/src/main/resources/mapper/WxLevelMerchantMapper.xml

+ 0
- 8
mallinkService/src/main/resources/mapper/WxLevelMerchantMapper.xml View File

@@ -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">


Loading…
Cancel
Save