Commit 1f0546b41945925c9a75657b1ea5577ce603ae0c
1 parent
3506bf3b0d
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
1f0546b
... | ... | @@ -1213,7 +1213,7 @@ |
1213 | 1213 | Map<String,Object> map = new HashMap<>(); |
1214 | 1214 | map.put("monthAge",ageStr); |
1215 | 1215 | map.put("isShowNavel",isShowNavel); |
1216 | - objectResponse.setData(ageStr); | |
1216 | + objectResponse.setData(map); | |
1217 | 1217 | objectResponse.setErrorcode(ErrorCodeConstants.SUCCESS); |
1218 | 1218 | objectResponse.setErrormsg("成功"); |
1219 | 1219 |