| | |
| | | List<CokingTraceChartEntity> entityList = new ArrayList<>(); |
| | | |
| | | List<CokingTraceConfEntity> listMin = list.stream().filter(e -> e.getExt1().equals("chart")).collect(Collectors.toList()); |
| | | logger.info("listMin===", JSON.toJSON(listMin).toString()); |
| | | |
| | | listMin.forEach(value -> { |
| | | CokingTraceChartEntity cokingTraceChartEntity = new CokingTraceChartEntity(); |
| | | cokingTraceChartEntity.setRelId(relId); |
| | |
| | | }); |
| | | |
| | | List<CokingTraceConfEntity> listMonth = list.stream().filter(e -> e.getExt2().equals("chart2")).collect(Collectors.toList()); |
| | | logger.info("listMonth===", JSON.toJSON(listMonth).toString()); |
| | | |
| | | listMonth.forEach(value -> { |
| | | CokingTraceChartEntity cokingTraceChartEntity = new CokingTraceChartEntity(); |