From 784d643c8d073dc31652b03b7f1bd82a9d1c627f Mon Sep 17 00:00:00 2001
From: EricsHu <hrr145632>
Date: 星期四, 23 十一月 2023 20:21:26 +0800
Subject: [PATCH] 优化班级课程

---
 src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java b/src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java
index eaec772..5472539 100644
--- a/src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java
+++ b/src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java
@@ -22,9 +22,9 @@
 import javax.annotation.Resource;
 
 /**
- * 阿里云OCS缓存服务
+ * 闃块噷浜慜CS缂撳瓨鏈嶅姟
  *
- * @author 德虎
+ * @author 寰疯檸
  *
  */
 @Service
@@ -209,5 +209,9 @@
 		redisTemplate.opsForHash().put(key, hashKey, value);
 
 	}
-
+	@SuppressWarnings("unchecked")
+	@Override
+	public <K, V> RedisTemplate<K, V> template() {
+		return redisTemplate;
+	}
 }

--
Gitblit v1.8.0