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
cuser
release_toaliyun_real
xhxu
5 years ago
parent
04efc9089a
commit
1bbdcd74f2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
+ 1
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
View File
@@ -208,6 +208,7 @@
<if test=" null != phone and ''!=phone ">
and wmbu.`phone` like concat('%', #{phone},'%')
and wmbu.`status` = 0
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
Write
Preview
Loading…
Cancel
Save