admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
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>();