xhxu 4 лет назад
Родитель
Сommit
0c0280100d
1 измененных файлов: 0 добавлений и 8 удалений
  1. +0
    -8
      mallinkService/src/main/resources/mapper/WxLevelMerchantMapper.xml

+ 0
- 8
mallinkService/src/main/resources/mapper/WxLevelMerchantMapper.xml Просмотреть файл

@@ -70,17 +70,9 @@
<result column="shop_number" jdbcType="VARCHAR" property="shopNumber"/> <result column="shop_number" jdbcType="VARCHAR" property="shopNumber"/>
<result column="building_name" jdbcType="VARCHAR" property="buildingName"/> <result column="building_name" jdbcType="VARCHAR" property="buildingName"/>
<result column="floor_name" jdbcType="VARCHAR" property="floorName"/> <result column="floor_name" jdbcType="VARCHAR" property="floorName"/>

<result column="discount" jdbcType="INTEGER" property="discount"/> <result column="discount" jdbcType="INTEGER" property="discount"/>

<result column="link_line_phone" property="linkLinePhone"/> <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> </resultMap>


<sql id="allCVoColumns"> <sql id="allCVoColumns">


Загрузка…
Отмена
Сохранить