yujian
2020-01-03 c9cbdfa41d645d42eeaa7e06d550d4ef8ac328e7
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>();