文档库--搜索中心列表添加正文字段
This commit is contained in:
+1
@@ -119,6 +119,7 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
|
|||||||
|| FieldTypeEnum.TEXT_NUMBER.getValue().equals(e.getFieldShowType()))
|
|| FieldTypeEnum.TEXT_NUMBER.getValue().equals(e.getFieldShowType()))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
List<String> inputFieldList = inputOnlCgformFieldList.stream().map(OnlCgformField::getDbFieldName).collect(Collectors.toList());
|
List<String> inputFieldList = inputOnlCgformFieldList.stream().map(OnlCgformField::getDbFieldName).collect(Collectors.toList());
|
||||||
|
inputFieldList.add("file_text");
|
||||||
//下拉,树形,日期等字段
|
//下拉,树形,日期等字段
|
||||||
List<OnlCgformField> otherOnlCgformFieldList = fieldList.stream()
|
List<OnlCgformField> otherOnlCgformFieldList = fieldList.stream()
|
||||||
.filter(e -> FieldTypeEnum.PULL_SINGLE.getValue().equals(e.getFieldShowType())//下拉单选
|
.filter(e -> FieldTypeEnum.PULL_SINGLE.getValue().equals(e.getFieldShowType())//下拉单选
|
||||||
|
|||||||
Reference in New Issue
Block a user