Commit 727e50b6ba507e2caada5fb8ce68def9b7d64eeb
1 parent
b237dc6072
Exists in
master
and in
6 other branches
儿童测量记录
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyNutritionController.java
View file @
727e50b
... | ... | @@ -229,6 +229,7 @@ |
229 | 229 | */ |
230 | 230 | @RequestMapping(method = RequestMethod.GET, value = "/getTodayBabyMeasures") |
231 | 231 | @TokenRequired |
232 | + @ResponseBody | |
232 | 233 | public BaseResponse getTodayBabyMeasures(HttpServletRequest request) { |
233 | 234 | return babyNutritionFacade.getTodayBabyMeasures(getUserId(request)); |
234 | 235 | } |