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