Browse Source

//tt product

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

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml View File

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


<resultMap id="BaseResultMap" type="com.iformall.domain.vo.TtCouponVo">
<resultMap id="TtCouponVoResultMap" type="com.iformall.domain.vo.TtCouponVo">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId" />
@@ -1362,7 +1362,7 @@
</resultMap>


<select id="findList" parameterType="com.iformall.domain.vo.TtCouponVo" resultMap="TtCouponVoResultMap">
<select id="ttgoodslist" parameterType="com.iformall.domain.vo.TtCouponVo" resultMap="TtCouponVoResultMap">
select c.`id`,c.`tenant_id`,c.`parent_tenant_id`,c.`type`,c.`cover_img`,
c.`title`,c.`sub_title`,c.`sale_price`,c.`freight_price`,c.`send_type`,
c.`valid_type`,c.`valid_start_date`,c.`valid_end_date`,c.pick_start_date,c.pick_end_date,


Loading…
Cancel
Save