提交 09e906ac 作者: 张开石

1、修改获取会议模板下拉框接口bug

父级 8d54d87c
......@@ -375,7 +375,7 @@ public class MeetingRecordTemplateServiceImpl extends ServiceImpl<MeetingRecordT
.map(MeetTypeDto::getRecordTemplateDTOList)
.filter(Objects::nonNull)
.flatMap(List::stream)
.filter(template -> ObjectUtils.isEmpty(template.getId()))
.filter(template -> !ObjectUtils.isEmpty(template.getId()))
.collect(Collectors.toList());
return allRecordTemplates;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论