소스 검색

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


불러오는 중...
취소
저장