Showing
1 changed file
with
3 additions
and
0 deletions
@@ -37,6 +37,9 @@ public class CouponRuleMatcher { | @@ -37,6 +37,9 @@ public class CouponRuleMatcher { | ||
37 | 37 | ||
38 | // skup类型匹配 | 38 | // skup类型匹配 |
39 | RULE_MATCHERS.add(new SkupForbidRuleMatcher()); | 39 | RULE_MATCHERS.add(new SkupForbidRuleMatcher()); |
40 | + | ||
41 | + // 按商品区域匹配 | ||
42 | + RULE_MATCHERS.add(new SkupRegionRuleMatcher()); | ||
40 | } | 43 | } |
41 | 44 | ||
42 | /** | 45 | /** |
-
Please register or login to post a comment