Kaynağa Gözat

fix bug

release_toaliyun_real
xiaohanzi 5 yıl önce
ebeveyn
işleme
9cdbcf960e
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Dosyayı Görüntüle

@@ -386,10 +386,11 @@
</if>
<if test=" null != sources ">
and ms.source in
and ( ms.source is null or ms.source in
<foreach collection="sources" index="index" item="sourceItem" open="(" separator="," close=")">
#{sourceItem}
</foreach>
)
</if>
<if test=" null != cardSpendListShow ">


Yükleniyor…
İptal
Kaydet