提交 9fa1dff1 authored 作者: lvbencai's avatar lvbencai

合并分支 'qa' 到 'master'

前端版本提醒的redis-key更新 查看合并请求 !11
......@@ -23,8 +23,8 @@ public class FrontVersionCoreServiceImpl implements IFrontVersionCoreService {
@Override
public void addFrontVersion(List<Map> versionList) {
redisService.deleteObject(CacheConstants.LOGIN_TOKEN_KEY);
redisService.setCacheList(CacheConstants.LOGIN_TOKEN_KEY, versionList);
redisService.deleteObject(CacheConstants.FRONT_VERSION_KEY);
redisService.setCacheList(CacheConstants.FRONT_VERSION_KEY, versionList);
}
@Override
......
......@@ -22,6 +22,6 @@ public class FrontVersionQueryServiceImpl implements IFrontVersionQueryService {
@Override
public List getFrontVersion() {
return redisService.getCacheList( CacheConstants.FRONT_VERSION_KEY);
return redisService.getCacheList(CacheConstants.FRONT_VERSION_KEY);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论