Browse Source

//tt product

release_toaliyun_real
xhxu 4 years ago
parent
commit
64558bb28e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml View File

@@ -401,7 +401,7 @@
</select>


<resultMap id="ttChannelResultMap" type="com.iformall.domain.vo.WxCouponChannelVo">
<resultMap id="ttChannelResultMap" type="com.iformall.domain.vo.TtCouponChannelVo">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId" />


Loading…
Cancel
Save