Parcourir la source

fix bug

release_toaliyun_real
xiaohanzi il y a 5 ans
Parent
révision
9cdbcf960e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Voir le fichier

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


Chargement…
Annuler
Enregistrer