Procházet zdrojové kódy

coupons

release_toaliyun_real
xhxu před 5 roky
rodič
revize
bab3115d0a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Zobrazit soubor

@@ -238,8 +238,8 @@
</if>
<if test=" null != merchantIds ">
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>
</if>
left join wx_coupon c on cc.coupon_id = c.id


Načítá se…
Zrušit
Uložit