yujian
2019-05-30 475d8e6e6becc86487aa30e1906bdc89d4acb23e
fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java
@@ -54,7 +54,7 @@
   }
   
   @Override
   @Cacheable(value = "systemCouponCache",key="'getOrderCouponList")
   @Cacheable(value = "systemCouponCache",key="'getOrderCouponList'")
   public List<SystemCoupon> getOrderCouponList() {
      List<String> listType = new ArrayList<String>();
      listType.add(CouponTypeEnum.rebatePercentCoupon.name());