Commit edbf0e2678ba7fc04899abe8e3be88149443ea76
1 parent
ef1ce13a35
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyCheckController.java
View file @
edbf0e2
| ... | ... | @@ -576,16 +576,16 @@ |
| 576 | 576 | |
| 577 | 577 | /** |
| 578 | 578 | *儿童健康管理率统计 |
| 579 | - * @param time | |
| 579 | + * @param checkTime | |
| 580 | 580 | * @param request |
| 581 | 581 | * @return |
| 582 | 582 | */ |
| 583 | 583 | @RequestMapping(method = RequestMethod.GET, value = "/getBabyManageRateCount") |
| 584 | 584 | @ResponseBody |
| 585 | 585 | @TokenRequired |
| 586 | - public BaseResponse getBabyManageRateCount(@RequestParam(required = false) String time, | |
| 586 | + public BaseResponse getBabyManageRateCount(@RequestParam(required = false) String checkTime, | |
| 587 | 587 | HttpServletRequest request) { |
| 588 | - return babyCheckFacade.getBabyManageRateCount(time, getUserId(request)); | |
| 588 | + return babyCheckFacade.getBabyManageRateCount(checkTime, getUserId(request)); | |
| 589 | 589 | } |
| 590 | 590 | } |