|
@@ -1059,7 +1059,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
});
|
|
|
}
|
|
|
List<ElementBlock> finalElementBlockList = elementBlockList;
|
|
|
- tec.checkItems.stream().filter(e -> !e.empty()).forEach(c -> {
|
|
|
+ tec.checkItems.forEach(c -> {
|
|
|
ElementBlock eb = elementBlockMap.get(c.getCode());
|
|
|
ItemBlock targetItem = itemBlockMap.get(c.getCode() + ":" + tec.getCurrentNode().getPkId());
|
|
|
List<Object> list = c.getValues().stream().map(ElementData::getValue).filter(StringUtils::isNotEmpty).collect(Collectors.toList());
|