增加文件权限返回值

This commit is contained in:
anhc 2022-07-11 00:06:05 +08:00
parent 01339eb388
commit b3fc5408d8

View File

@ -698,6 +698,7 @@ public class CoeCooperationAPIManager {
havingRemovePerm = userOperatePermission.contains(CoeCooperationConst.ACTION_DELETE);// 删除权限
havingVersionManagePerm = userOperatePermission.contains(CoeCooperationConst.ACTION_VERSION);// 版本管理权限
}
ro.put("isOlderVersion", isOlderVersion);//
ro.put("havingWritePerm", havingWritePerm);// 新增修改权限
ro.put("havingRemovePerm", havingRemovePerm);// 删除权限
ro.put("havingVersionManagePerm", havingVersionManagePerm);// 版本管理权限