Commit cf680ef28dd5f07d76828a19137e18e186b93afc

Authored by liquanyu
1 parent 3b157619a0

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AntenatalExaminationController.java View file @ cf680ef
... ... @@ -652,6 +652,7 @@
652 652 */
653 653 @RequestMapping(method = RequestMethod.GET, value = "/antexCheckCount")
654 654 @ResponseBody
  655 + @TokenRequired
655 656 public BaseResponse antexCheckCount(@RequestParam String checkTime, HttpServletRequest request) {
656 657 LoginContext loginState = (LoginContext) request.getAttribute("loginContext");
657 658 return antenatalExaminationFacade.antexCheckCount(checkTime,loginState.getId());