diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java index c550e9af..1bc2976e 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java @@ -756,7 +756,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { String treeJson=getTreeJson(wsId, "", category, type, method,ruuid,attrId); - //JSONObject jsonObject = JSONObject.parseObject(json); JSONArray jsonArr_new= new JSONArray(); JSONArray objects=JSONArray.parseArray(treeJson); @@ -774,6 +773,7 @@ public class DesignerRelationShapeWeb extends ActionWeb { List data=new ArrayList(); data.add(0,jsonObject.getString("plMethodId")); data.add(1,ruuid); + System.out.println("data=================="+data); RowMap rowMap = DBSql.getMap("SELECT EXT2 FROM APP_ACT_COE_PAL_REPOSITORY WHERE ID=? AND EXT2=?", id, data.toString()); if (rowMap != null) { jsonArr_new.add(objects.getJSONObject(i)); @@ -791,7 +791,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { String id= objects.getJSONObject(i).getString("id"); String url =objects.getJSONObject(i).getString("url"); - if (UtilString.isNotEmpty(url)) { String titles=objects.getJSONObject(i).getString("title"); if(titles.equals("岗位模型")){