This commit is contained in:
CD
2022-10-11 10:16:24 +08:00
parent cf1ea38782
commit 2d241c9c6f
@@ -278,6 +278,7 @@ public class ExtRepoFolderServiceImpl extends ServiceImpl<ExtRepoFolderMapper, E
//是否有管理权限
boolean childRightClick = haveManageAuth(extRepoFolder.getId());
if (parentRightClick||childRightClick) {
childRightClick = true;
date.setManager(true);
}
//如果参数为空则延续父文件夹权限,反之用自己的