admin
2019-11-08 ae6bf015031bd6579cc719ee7689d8160e3d92d2
fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java
@@ -68,7 +68,7 @@
      List<String> listType = new ArrayList<String>();
      listType.add(CouponTypeEnum.freeCoupon.name());
      listType.add(CouponTypeEnum.welfareFreeCoupon.name());
      listType.add(CouponTypeEnum.freeCouponBuy.name());
      return systemCouponMapper.getCouponListByType(listType);
   }