提交 6a8c3032 编写于 作者: O o2sword

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

上级 f3189022
......@@ -569,6 +569,7 @@ public class DocumentQueryService {
public boolean getFileInfoManagerAssess(EffectivePerson effectivePerson, Document doc, CategoryInfo category, AppInfo appInfo ) throws Exception {
List<String> setting_permissonNames = new ArrayList<>();
List<String> own_permissonNames = new ArrayList<>();
own_permissonNames.add(effectivePerson.getDistinguishedName());
own_permissonNames.addAll(userManagerService.listIdentitiesWithPerson( effectivePerson.getDistinguishedName()));
own_permissonNames.addAll(userManagerService.listUnitNamesWithPerson( effectivePerson.getDistinguishedName()));
own_permissonNames.addAll(userManagerService.listGroupNamesByPerson( effectivePerson.getDistinguishedName()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册