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
lin
2 years ago
parent
0926141a3a
commit
d9f32cd2e2
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/TtMerchantPoiMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml
View File
@@ -85,7 +85,7 @@
</if>
<if test=" null != city and ''!= city ">
and `city`
= #{city}
and `city`
like concat('%', #{city},'%')
</if>
<if test=" null != merchantName and ''!= merchantName ">
Write
Preview
Loading…
Cancel
Save