文档库--搜索中心列表添加正文字段

This commit is contained in:
zhn
2022-03-30 23:22:05 +08:00
parent d5345a085a
commit 18ef7be8d8
@@ -119,6 +119,7 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
|| FieldTypeEnum.TEXT_NUMBER.getValue().equals(e.getFieldShowType()))
.collect(Collectors.toList());
List<String> inputFieldList = inputOnlCgformFieldList.stream().map(OnlCgformField::getDbFieldName).collect(Collectors.toList());
inputFieldList.add("file_text");
//下拉,树形,日期等字段
List<OnlCgformField> otherOnlCgformFieldList = fieldList.stream()
.filter(e -> FieldTypeEnum.PULL_SINGLE.getValue().equals(e.getFieldShowType())//下拉单选