Explorar el Código

fix bug

release_toaliyun_real
xiaohanzi hace 5 años
padre
commit
9cdbcf960e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar