Sfoglia il codice sorgente

fix bug

release_toaliyun_real
xiaohanzi 5 anni fa
parent
commit
9cdbcf960e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Vedi File

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


Caricamento…
Annulla
Salva