From 0971f31cfec774b5c8276990a7c01c312a21651c Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期四, 16 五月 2019 18:26:05 +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