Преглед изворни кода

fix bug

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
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 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 ">


Loading…
Откажи
Сачувај