提交 7cac4d11 编写于 作者: 程剑

Merge branch 'fix/redis缓存问题' into 'develop'

[流程管理]修复缓存问题

See merge request o2oa/o2oa!1633
......@@ -82,7 +82,7 @@ class ActionHtmlToPdf extends BaseAction {
}
CacheCategory cacheCategory = new CacheCategory(CacheResultObject.class);
String key = StringTools.uniqueToken();
CacheKey cacheKey = new CacheKey();
CacheKey cacheKey = new CacheKey(key);
CacheManager.put(cacheCategory, cacheKey, ro);
return key;
} catch (Exception e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册