Merge branch 'hotfix_0621_comments回滚' into test6.9.7
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -135,7 +135,7 @@ public class CouponServiceImpl implements ICouponService { | @@ -135,7 +135,7 @@ public class CouponServiceImpl implements ICouponService { | ||
135 | 135 | ||
136 | if(!repeatable){ | 136 | if(!repeatable){ |
137 | // 校验是否可以领取(重复领取,时间是否合法,状态) | 137 | // 校验是否可以领取(重复领取,时间是否合法,状态) |
138 | -// checkCanAcquire(uid, couponToken, couponAndType); | 138 | + checkCanAcquire(uid, couponToken, couponAndType); |
139 | } | 139 | } |
140 | // 校验 优惠券发放总数 | 140 | // 校验 优惠券发放总数 |
141 | checkAndAddCouponSendNum(uid, couponToken); | 141 | checkAndAddCouponSendNum(uid, couponToken); |
-
Please register or login to post a comment