提交 b2f556b7 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/cms附件update权限判断错误' into 'wrdp'

【cms】修复附件update权限判断错误的问题

See merge request o2oa/o2oa!1857
......@@ -125,7 +125,7 @@ public class ActionFileUpdate extends BaseAction {
if (check) {
try {
if ( documentQueryService.getFileInfoManagerAssess( effectivePerson, document, categoryInfo, appInfo ) ) {
if ( !documentQueryService.getFileInfoManagerAssess( effectivePerson, document, categoryInfo, appInfo ) ) {
check = false;
Exception exception = new ExceptionDocumentAccessDenied(effectivePerson.getDistinguishedName(), document.getTitle(), document.getId());
result.error(exception);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册