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
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2019-06-27 14:47:41 +0800
Commit
a8cf4eaef46edf28275408441a3d4283c6dd254e
1 parent
e5f0b86c
限制香港使用优惠券
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/charge/CouponRuleMatcher.java
order/src/main/java/com/yohoufo/order/charge/CouponRuleMatcher.java
View file @
a8cf4ea
...
...
@@ -37,6 +37,9 @@ public class CouponRuleMatcher {
// skup类型匹配
RULE_MATCHERS
.
add
(
new
SkupForbidRuleMatcher
());
// 按商品区域匹配
RULE_MATCHERS
.
add
(
new
SkupRegionRuleMatcher
());
}
/**
...
...
Please
register
or
login
to post a comment