Sfoglia il codice sorgente

coupons

release_toaliyun_real
xhxu 5 anni fa
parent
commit
bab3115d0a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Vedi File

@@ -238,8 +238,8 @@
</if> </if>
<if test=" null != merchantIds "> <if test=" null != merchantIds ">
and cm.merchant_id in and cm.merchant_id in
<foreach collection="merchantIds" index="index" item="merchantIdsItem" open="(" separator="," close=")">
#{merchantIdsItem}
<foreach collection="merchantIds" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach> </foreach>
</if> </if>
left join wx_coupon c on cc.coupon_id = c.id left join wx_coupon c on cc.coupon_id = c.id


Caricamento…
Annulla
Salva