绩效图上游下游数据过滤

This commit is contained in:
zhal 2022-08-25 15:55:57 +08:00
parent e7f17b0230
commit db2732e608
2 changed files with 6 additions and 1 deletions

View File

@ -755,7 +755,12 @@ public class DesignerRelationShapeWeb extends ActionWeb {
// macroLibraries.put("treeData", getTreeJson(wsId, "", category, type, method));
// by bzp
String treeJson = getTreeJson(wsId, "", category, type, method, ruuid, attrId);
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);
}
boolean showflag = true;
//JSONObject jsonObject = JSONObject.parseObject(json);