yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
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>();