springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActAcidRecordServiceImpl.java
@@ -628,7 +628,7 @@ } Map<String, ComActAcidColorChartsVO> circleMap = comActAcidColorChartsVOS .stream() .collect(Collectors.toMap(ComActAcidColorChartsVO::getCountName, Function.identity())); .collect(Collectors.toMap(ComActAcidColorChartsVO::getColorMark, Function.identity())); //月份 List<ComActAcidColorChartsVO> comActAcidColorChartsVOS1 = this.baseMapper.selectColorMarkGroupByMonth();