架构视图无权限设置

This commit is contained in:
zhal 2022-07-26 11:28:10 +08:00
parent 3daf591279
commit 99e00896d6

View File

@ -3406,7 +3406,7 @@ public class CoeDesignerWeb extends ActionWeb {
}
PALRepository dao = new PALRepository();
Set<String> idSet = dao.getRepositoryVersionIdListByPublishRole(roleId, "'" + model.getWsId() + "'", null);
/**************************先注释掉**********************/
/**************************先注释掉 后期逻辑调整**********************/
/*if (!idSet.contains(model.getVersionId())) {
status = "noPerm";
}*/