Commit 037614eb4999a130a9405419da88bcfe37412c63

Authored by liquanyu
1 parent 8ac34f5e73

育龄服务生孩统计

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ 037614e
... ... @@ -362,9 +362,9 @@
362 362 * @return
363 363 */
364 364 @TokenRequired
365   - @ResponseBody
366   - @RequestMapping(value = "getChildbearAgeCount", method = RequestMethod.GET)
367   - public BaseObjectResponse getChildbearAgeCount(HttpServletRequest request,
  365 + @ResponseBody
  366 + @RequestMapping(value = "getChildbearAgeCount", method = RequestMethod.GET)
  367 + public BaseObjectResponse getChildbearAgeCount(HttpServletRequest request,
368 368 @RequestParam String birth,
369 369 @RequestParam String hospitalId,
370 370 @RequestParam String proviceId,