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
bug
release_toaliyun_real
xhxu
5 years ago
parent
5790142b8a
commit
49126edf20
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
+ 3
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
View File
@@ -884,6 +884,9 @@
<if test=" null != title ">
and c.title like concat('%', #{title},'%')
</if>
<if test=" null != type ">
and c.`type` = #{type}
</if>
<if test=" null != business ">
and c.business = #{business}
</if>
Write
Preview
Loading…
Cancel
Save