...
|
...
|
@@ -73,7 +73,7 @@ public class CouponServiceImpl implements ICouponService { |
|
|
if (coupon == null) {
|
|
|
return null;
|
|
|
}
|
|
|
if (CouponProductLimitTypeEnum.NON.getLimitType().equals(coupon.getCouponType().toString())) {
|
|
|
if (CouponProductLimitTypeEnum.NON.getLimitType().equals(coupon.getProductLimitType().toString())) {
|
|
|
return new CouponInfo();
|
|
|
}
|
|
|
Map<Integer, List<Integer>> map = getAssociatedProductIdListMap(Arrays.asList(coupon));
|
...
|
...
|
|