Przeglądaj źródła

fix bug

release_toaliyun_real
winter 3 lat temu
rodzic
commit
88ec2a7005
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz