PAL判断角色模型
This commit is contained in:
parent
2ee8c87c91
commit
4b3fb8aeb7
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user