瀏覽代碼

coupons

release_toaliyun_real
xhxu 5 年之前
父節點
當前提交
bab3115d0a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml 查看文件

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


Loading…
取消
儲存