Commit 2137a9cc019ce728484f85fe59a86e41052a8e2c
Exists in
master
and in
1 other branch
Merge branch 'master' of https://git.healthbaby.com.cn/jiangjiazhi/regional-platform
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
2137a9c
| ... | ... | @@ -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 |