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
[标签短信][模板][查询参数问题修改]
release_toaliyun_real
gongbiao
7 years ago
parent
0c5dc72d47
commit
815429bbb0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml
View File
@@ -30,7 +30,7 @@
</if>
</if>
<if test=" null != name ">
<if test=" null != name
and ''!= name
">
and `name` = #{name}
and `name` = #{name}
</if>
</if>
Write
Preview
Loading…
Cancel
Save