// markFlowEntities.addAll(fatherMap.get(aggreeResult.getFatherId()).stream().map(sonResult -> new MarkFlowEntity(sonResult.getData())).collect(Collectors.toList()));
...
...
@@ -1082,7 +1082,7 @@ public class MarkDataServiceImpl implements MarkDataService {