| | |
| | | comActAcidColorChartsVO.setPercent(percent); |
| | | } |
| | | } |
| | | Map<String, ComActAcidColorChartsVO> circleMap = comActAcidColorChartsVOS |
| | | .stream() |
| | | .collect(Collectors.toMap(ComActAcidColorChartsVO::getColorMark, Function.identity())); |
| | | // Map<String, ComActAcidColorChartsVO> circleMap = comActAcidColorChartsVOS |
| | | // .stream() |
| | | // .collect(Collectors.toMap(ComActAcidColorChartsVO::getColorMark, Function.identity())); |
| | | |
| | | //月份 |
| | | List<ComActAcidColorChartsVO> comActAcidColorChartsVOS1 = this.baseMapper.selectColorMarkGroupByMonth(); |
| | |
| | | Collectors.toMap(ComActAcidColorChartsVO::getColorMark, Function.identity()))); |
| | | |
| | | Map<String,Object> retMap = new HashMap<>(); |
| | | retMap.put("circleMap",circleMap); |
| | | retMap.put("comActAcidColorChartsVOS",comActAcidColorChartsVOS); |
| | | retMap.put("chartMap",chartMap); |
| | | |
| | | return R.ok(retMap); |