修改过滤条件
This commit is contained in:
parent
9f28231075
commit
6d0c276845
Binary file not shown.
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user