1、修改预警获取权限,如果不是通过页面创建则默认将超管放进去
@ -69,7 +69,7 @@ public class WorkflowPermissionHandler implements PermissionHandler {
.collect(Collectors.toList());
resultList.addAll(permissionList);
return resultList;
return resultList.stream().distinct().collect(Collectors.toList());
}