yanghui
2022-12-05 64568846bb4fb27f3a31f3bb37f84b57a9457784
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();