继续操作前请注册或者登录。
提交 041c2ccd 作者: obcy

【信息源额外去重】

上级 5d423e75
......@@ -403,7 +403,7 @@ public class ConfigurationMessageService {
if (CollectionUtil.isNotEmpty(excludeIds)) {
bindIds.removeAll(excludeIds);
}
return bindIds;
return bindIds.stream().distinct().collect(Collectors.toList());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论