提交 3ddfc9f7 编写于 作者: O o2null

Merge branch 'fix/#273_1' into 'develop'

fix print

See merge request o2oa/o2oa!1337
......@@ -37,11 +37,9 @@ class ActionListWithPerson extends BaseAction {
Optional<?> optional = CacheManager.get(cacheCategory, cacheKey);
if (optional.isPresent()) {
result.setData((Wo) optional.get());
System.out.println("!!!!!!!!!!!!!!GET with cache");
} else {
Wo wo = this.list(business, wi);
CacheManager.put(cacheCategory, cacheKey, wo);
System.out.println("!!!!!!!!!!!!!!nnnnnnnnnnnnoooooooooooooo cache");
result.setData(wo);
}
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册