|
|
|
@@ -702,13 +702,7 @@ |
|
|
|
<result column="source_type" jdbcType="INTEGER" property="sourceType"/> |
|
|
|
|
|
|
|
<result column="gift_list" jdbcType="VARCHAR" property="giftList"></result> |
|
|
|
|
|
|
|
|
|
|
|
<collection column="{productId=id,tenantId=tenant_id}" property="merchantVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxMerchantVo" |
|
|
|
javaType="java.util.List" |
|
|
|
select="com.iformall.mapper.WxCouponMerchantMapper.findMerchantBaseList"> |
|
|
|
</collection> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<resultMap id="WxCouponCVoMapL" type="com.iformall.domain.vo.WxCouponCVo"> |
|
|
|
|