|
|
|
@@ -990,12 +990,6 @@ |
|
|
|
<result column="auto_refund" jdbcType="INTEGER" property="autoRefund" /> |
|
|
|
|
|
|
|
<result column="send_channel_type" jdbcType="INTEGER" property="sendChannelType" /> |
|
|
|
|
|
|
|
<collection column="{productId=coupon_id}" property="merchantVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxMerchantVo" |
|
|
|
javaType="java.util.List" |
|
|
|
select="com.iformall.mapper.WxCouponMerchantMapper.findMerchantVoList" > |
|
|
|
</collection> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
|