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
Merge branch 'release_toaliyun_real' of
https://git.malls.iformall.com/server/formallProject
into release_toaliyun_real
release_toaliyun_real
zhengfangyuan
3 years ago
parent
6c42de016d
17614595f5
commit
b9ccfc49b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
View File
@@ -35,7 +35,7 @@
and `status` = #{status}
</if>
<if test=" null != name
&&
'' != name">
<if test=" null != name
and
'' != name">
and `name` like concat('%', #{name},'%')
</if>
Write
Preview
Loading…
Cancel
Save