xiaohanzi 5 лет назад
Родитель
Сommit
9cdbcf960e
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Просмотреть файл

@@ -386,10 +386,11 @@
</if> </if>
<if test=" null != sources "> <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=")"> <foreach collection="sources" index="index" item="sourceItem" open="(" separator="," close=")">
#{sourceItem} #{sourceItem}
</foreach> </foreach>
)
</if> </if>
<if test=" null != cardSpendListShow "> <if test=" null != cardSpendListShow ">


Загрузка…
Отмена
Сохранить