admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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>();