fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java
@@ -63,6 +63,14 @@ } @Override @Cacheable(value = "systemCouponCache",key="'getGiveFreeCouponList'") public List<SystemCoupon> getGiveFreeCouponList() { List<String> listType = new ArrayList<String>(); listType.add(CouponTypeEnum.freeCouponGive.name()); return systemCouponMapper.getCouponListByType(listType); } @Override @Cacheable(value = "systemCouponCache",key="'getGoodsCouponList'") public List<SystemCoupon> getGoodsCouponList() { List<String> listType = new ArrayList<String>();