文档库--新增表单

This commit is contained in:
zhn
2022-02-22 15:44:55 +08:00
parent 857423879a
commit fc5e2e9de3
2 changed files with 2 additions and 2 deletions
@@ -200,7 +200,7 @@ public class BussDocumentLibraryEOController extends JeroController<BussDocument
}
/**
* 详情,编辑数据查询
* 编辑数据查询
* @param id
* @return
*/
@@ -194,7 +194,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
}
List<Map<String, Object>> result = new ArrayList<>();
for (OnlCgformArea onlCgformAreaTemp : areaList) {
List<OnlCgformField> fieldListTemp = fieldList.stream().filter(e -> onlCgformAreaTemp.getSort().toString().equals(e.getShowArea())).collect(Collectors.toList());
List<OnlCgformField> fieldListTemp = fieldList.stream().filter(e -> onlCgformAreaTemp.getId().equals(e.getShowArea())).collect(Collectors.toList());
for (OnlCgformField onlCgformField : fieldListTemp) {
Map<String, Object> map = new HashMap<>();
map.put("field_show_type", onlCgformField.getFieldShowType());//类型(判断是下拉还是输入框,等等)