Commit d8ba41ce05a3f08af825a35ff3207dafa3550d6e
1 parent
0c72306dba
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/BabyHealthFacade.java
View file @
d8ba41c
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 | if (StringUtils.isNotEmpty(feedTypeId)) { |
200 | 200 | feedType = WyTypeEnums.getNameById(Integer.parseInt(feedTypeId)); |
201 | 201 | } |
202 | - map.put("feedType", feedType); | |
202 | + row.put("feedType", feedType); | |
203 | 203 | for (int i = 0; i < monthArr.length; i++) { |
204 | 204 | Map<String, Object> mapAge = new HashMap<>(); |
205 | 205 | if (monthArr[i] == babyCheckModel.getCheckMonth().intValue()) { |