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
e3adcac607
commit
15b9711cfe
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
View File
@@ -39,8 +39,8 @@
<if test=" null != type ">
and cc.`type` = #{type}
</if>
<if test=" null != title ">
<if test=" null != title
and ''!= title
">
and cc.`title` like concat('%', #{title},'%')
</if>
Write
Preview
Loading…
Cancel
Save