绩效图上游下游数据过滤
This commit is contained in:
parent
e7f17b0230
commit
db2732e608
Binary file not shown.
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user