From cd6c95c1e8361deaa9ce6754458fdda6b911a3b9 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Wed, 27 Jul 2022 18:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../designer/relation/web/DesignerRelationShapeWeb.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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("岗位模型")){