Commit a2526c10c8e3ec6cb5f129695b7707fb963d85ae

Authored by baohanddd
1 parent f70bbda3ef

add statistics(map) common index

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java View file @ a2526c1
... ... @@ -443,7 +443,6 @@
443 443 }
444 444 patientMonthMap.put("高危人数", rmap);
445 445 // 4. 按省或市或地区查询区域内近12个自然月每月建档人数
446   - query = new AreaDataQuery();
447 446 List<AreaData> patientMonthList = statisticsService.queryMonthPatients(query);
448 447 Map<String, Integer> pmap = new HashMap<>();
449 448 for (AreaData areaData:patientMonthList) {