Commit 0f1da8c601fde4e5bd86ae63e64ff99b14335546
1 parent
75d14c4b33
Exists in
master
and in
6 other branches
update
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 @
0f1da8c
... | ... | @@ -279,7 +279,7 @@ |
279 | 279 | @TokenRequired |
280 | 280 | public void findStatisticalRisk(@Valid AntExManagerQueryRequest antExManagerQueryRequest, HttpServletRequest request, HttpServletResponse response) { |
281 | 281 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
282 | - antExRecordFacade.findStatisticalRisk(antExManagerQueryRequest, loginState.getId(), false, "true", response); | |
282 | + antExRecordFacade.findStatisticalRisk(antExManagerQueryRequest, loginState.getId(), false, null, response); | |
283 | 283 | } |
284 | 284 | |
285 | 285 |