This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug
release_toaliyun_real
xiaohanzi
5 years ago
parent
a931eb1abc
commit
9cdbcf960e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml
View 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 ">
Write
Preview
Loading…
Cancel
Save