前后置流程搜索,去掉不必要注释

This commit is contained in:
446052889@qq.com 2023-09-14 18:23:59 +08:00
parent 1ba2e458cc
commit 76d9ff76eb
2 changed files with 4 additions and 3 deletions

View File

@ -1267,9 +1267,10 @@ public class DesignerRelationShapeWeb extends ActionWeb {
Map<String, Integer> topLevelmap = new HashMap<String, Integer>();
topLevelmap.put("topLevel", palModel.getLevel()); //topLevel:为计算后的顶级目录的级别没有顶级目录的流程舍去
getFilePath(palModel, sBuilder, idBuilder, idSets, topLevelmap);// 递归获取当前文件名称路径
if (topLevelmap != null && topLevelmap.get("topLevel") != null && topLevelmap.get("topLevel") > 1) {
continue;
}
// 忘记了为什么加了这个判断先注释掉 by SunLianhui 20230914
// if (topLevelmap != null && topLevelmap.get("topLevel") != null && topLevelmap.get("topLevel") > 1) {
// continue;
// }
// bean.setUi("<div style='height:100%'>" + sBuilder.toString() + "</div><div style='float:right;height:100%'></div>");
bean.setUi(sBuilder.toString());
bean.setValue(idBuilder.toString());