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