winter 3 лет назад
Родитель
Сommit
88ec2a7005
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml Просмотреть файл

@@ -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>


Загрузка…
Отмена
Сохранить