Commit 646c81b7629891df8f89965645494021e7870459
1 parent
351431f0ba
Exists in
master
and in
6 other branches
助产机构报表
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
646c81b
... | ... | @@ -2678,7 +2678,7 @@ |
2678 | 2678 | sum(list,basicConfigs); |
2679 | 2679 | |
2680 | 2680 | Map<String,Object> data = new HashMap<>(); |
2681 | - data.put("coutData",list); | |
2681 | + data.put("countData",list); | |
2682 | 2682 | data.put("areaNames",areaNames); |
2683 | 2683 | |
2684 | 2684 | BaseObjectResponse objectResponse = new BaseObjectResponse(); |