Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
tanling
2019-06-21 10:11:56 +0800
Commit
3ed775dcc9f415c3ec5a8ac1def42cebed2d8156
2 parents
9339b001
5715d93a
Merge branch 'hotfix_0621_comments回滚' into test6.9.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
promotion/src/main/java/com/yohoufo/promotion/service/impl/CouponServiceImpl.java
promotion/src/main/java/com/yohoufo/promotion/service/impl/CouponServiceImpl.java
View file @
3ed775d
...
...
@@ -135,7 +135,7 @@ public class CouponServiceImpl implements ICouponService {
if
(!
repeatable
){
// 校验是否可以领取(重复领取,时间是否合法,状态)
//
checkCanAcquire(uid, couponToken, couponAndType);
checkCanAcquire
(
uid
,
couponToken
,
couponAndType
);
}
// 校验 优惠券发放总数
checkAndAddCouponSendNum
(
uid
,
couponToken
);
...
...
Please
register
or
login
to post a comment