Commit f5a8495102fcc007ffd5d2f9ac9047c47b85c7cb
1 parent
4db5ed1c66
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AntenatalExaminationController.java
View file @
f5a8495
... | ... | @@ -506,7 +506,7 @@ |
506 | 506 | @RequestMapping(method = RequestMethod.POST, value = "/getAutoRiskRecord") |
507 | 507 | @ResponseBody |
508 | 508 | @TokenRequired |
509 | - public BaseResponse getAutoRiskRecord(@Valid AntExManagerQueryRequest antExManagerQueryRequest, HttpServletRequest request) { | |
509 | + public BaseResponse getAutoRiskRecord(@RequestBody AntExManagerQueryRequest antExManagerQueryRequest, HttpServletRequest request) { | |
510 | 510 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
511 | 511 | BaseResponse baseResponse = antenatalExaminationFacade.getAutoRiskRecord(antExManagerQueryRequest, loginState.getId()); |
512 | 512 | return baseResponse; |