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
update gift
release_toaliyun_real
xhxu
4 years ago
parent
0d1f0b96cf
commit
c0035b4121
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
View File
@@ -392,6 +392,10 @@
and c.`use_limit_quantity` = #{useLimitQuantity}
</if>
<if test=" null == sendType ">
and c.`send_type` != 3
</if>
<if test=" null != sendType ">
and c.`send_type` = #{sendType}
</if>
Write
Preview
Loading…
Cancel
Save