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); }