Kaynağa Gözat

update gift

release_toaliyun_real
xhxu 5 yıl önce
ebeveyn
işleme
c0035b4121
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Dosyayı Görüntüle

@@ -392,6 +392,10 @@
and c.`use_limit_quantity` = #{useLimitQuantity}
</if>

<if test=" null == sendType ">
and c.`send_type` != 3
</if>

<if test=" null != sendType ">
and c.`send_type` = #{sendType}
</if>


Yükleniyor…
İptal
Kaydet