|
|
@@ -438,11 +438,6 @@ |
|
|
<result column="shipping_status" jdbcType="INTEGER" property="shippingStatus"/> |
|
|
<result column="shipping_status" jdbcType="INTEGER" property="shippingStatus"/> |
|
|
<result column="delivery_info" jdbcType="VARCHAR" property="deliveryInfo"/> |
|
|
<result column="delivery_info" jdbcType="VARCHAR" property="deliveryInfo"/> |
|
|
|
|
|
|
|
|
<collection column="{productId=product_id,tenantId=tenant_id}" property="merchantVoList" |
|
|
|
|
|
ofType="com.iformall.domain.vo.WxMerchantVo" |
|
|
|
|
|
javaType="java.util.List" |
|
|
|
|
|
select="com.iformall.mapper.WxCouponMerchantMapper.findMerchantVoList" > |
|
|
|
|
|
</collection> |
|
|
|
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|