提交 e54dcf3c 编写于 作者: 程剑

Merge branch 'feature/数据中心优化' into 'wrdp'

【数据中心】数据中心优化问题修复

See merge request o2oa/o2oa!1927
......@@ -29,7 +29,7 @@ abstract class BaseAction extends StandardJaxrsAction {
}
runtime.page = this.adjustPage(page);
runtime.size = this.adjustSize(size);
/*Set<String> keys = runtime.parameters.keySet();
Set<String> keys = runtime.parameters.keySet();
if (keys.contains(Runtime.PARAMETER_PERSON)) {
runtime.parameters.put(Runtime.PARAMETER_PERSON, effectivePerson.getDistinguishedName());
}
......@@ -52,7 +52,7 @@ abstract class BaseAction extends StandardJaxrsAction {
if (keys.contains(Runtime.PARAMETER_ROLELIST)) {
runtime.parameters.put(Runtime.PARAMETER_ROLELIST,
business.organization().role().listWithPerson(effectivePerson));
}*/
}
return runtime;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册