From d28bed1a1275131a5ca37f7da37961e2b518ac07 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 26 八月 2019 13:44:00 +0800 Subject: [PATCH] 淘礼金创建异常处理 --- fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java index 76f36ad..3029032 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/config/SystemCouponServiceImpl.java +++ b/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()); -- Gitblit v1.8.0