Преглед изворни кода

fix bug

release_toaliyun_real
winter пре 3 година
родитељ
комит
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>


Loading…
Откажи
Сачувај