admin
2019-10-11 6d33f770806ef059629b94cf74cb48a09b86502c
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);
   }