From e65133f266c74ace828c82fcb274ee3183c142b0 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 07 六月 2024 14:45:33 +0800 Subject: [PATCH] 文件上传接口修改 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmSessionForLoginImpl.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmSessionForLoginImpl.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmSessionForLoginImpl.java index e929a85..20a4a98 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmSessionForLoginImpl.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmSessionForLoginImpl.java @@ -14,8 +14,6 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.cache.annotation.CachePut; -import org.springframework.cache.annotation.Cacheable; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Service; import org.springframework.util.CollectionUtils; @@ -25,8 +23,6 @@ import java.util.HashMap; import java.util.List; import java.util.Map; - -import static com.vci.web.constant.CacheNameConstant.VCI_SESSION; /** * 浼氳瘽瀛樺偍鐨勬湇鍔� @@ -155,7 +151,6 @@ * @return 鐢ㄦ埛浼氳瘽瀵硅薄 */ @Override - @Cacheable(value = VCI_SESSION,key = "#p0",unless = "#target == null") public SessionInfo getSessionInfoByToken(String userToken) { WebUtil.alertNotNull(userToken,"璁稿彲鐨勪俊鎭�"); List<Map> dataList = boService.queryBySqlForMap("select JSONSTRING as JSONSTRING from VCI_SESSIONINFO where TOKEN ='" + userToken.trim() + "'", new HashMap<>()); -- Gitblit v1.9.3