springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActAcidRecordServiceImpl.java
@@ -79,7 +79,7 @@ comAcidStaticVO.setAreaName(areaName); List<ComAcidAreaVO> comAcidAreaVOS=new ArrayList<>(); for(String countryName:country){ Integer count=this.baseMapper.countryStatics(countryName,date); Integer count=this.baseMapper.countryStatics(countryName,date,areaName); ComAcidAreaVO comAcidAreaVO=new ComAcidAreaVO(); comAcidAreaVO.setName(countryName); comAcidAreaVO.setCount(count);