修改过滤条件

This commit is contained in:
zhal 2022-09-07 16:34:11 +08:00
parent 9f28231075
commit 6d0c276845
2 changed files with 1 additions and 6 deletions

View File

@ -755,12 +755,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
// macroLibraries.put("treeData", getTreeJson(wsId, "", category, type, method));
// by bzp
String treeJson;
if(attrId.equals("The_upstream_indicators") || attrId.equals("Downstream_target")){
treeJson = getTreeJson(wsId, "", "control", type, method, ruuid, attrId);
}else{
treeJson = getTreeJson(wsId, "", category, type, method, ruuid, attrId);
}
String treeJson=getTreeJson(wsId, "", category, type, method, ruuid, attrId);
boolean showflag = true;
//JSONObject jsonObject = JSONObject.parseObject(json);