From 4b3fb8aeb7668029e070a452baeb944deabb06cb Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Sat, 23 Jul 2022 15:40:47 +0800 Subject: [PATCH] =?UTF-8?q?PAL=E5=88=A4=E6=96=AD=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../designer/relation/web/DesignerRelationShapeWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 87c96193..86bd45aa 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 @@ -1076,7 +1076,7 @@ public class DesignerRelationShapeWeb extends ActionWeb { */ public String getTreeJson(String wsId, String pid,String attrId,String uuid) { JSONArray list; - if(attrId.equals("Process_performance_metrics")){ + if(attrId.equals("Process_performance_metrics") || attrId.equals("role")){ list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPidAnduuid(_uc, wsId,pid,attrId,uuid); }else{ list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPid(_uc, wsId, pid);