Explorar el Código

fix bug

release_toaliyun_real
winter hace 3 años
padre
commit
88ec2a7005
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

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

@@ -75,7 +75,7 @@
and `create_date` between #{startdate} and #{enddate}
</if>
<if test=" null != couponIdList ">
and ci.coupon_id in
and coupon_id in
<foreach collection="couponIdList" index="index" item="cidItem" open="(" separator="," close=")">
#{cidItem}
</foreach>


Cargando…
Cancelar
Guardar