Explorar el Código

[A端][修复]:卡券所属商户访问问题

release_toaliyun_real
hupeng hace 7 años
padre
commit
783bb08c54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

@@ -173,7 +173,7 @@
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>
<result column="business" jdbcType="INTEGER" property="business"/>

<collection column="{productId=coupon_id}" property="merchantVoList"
<collection column="{productId=id}" property="merchantVoList"
ofType="com.iformall.domain.vo.WxMerchantVo"
javaType="java.util.ArrayList"
select="com.iformall.mapper.WxCouponMerchantMapper.findMerchantVoList" >


Cargando…
Cancelar
Guardar