Commit 3f5aabff3afe948c9aba6c61009cc490afedf658
1 parent
deee6dd0a4
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
3f5aabf
| ... | ... | @@ -255,6 +255,7 @@ |
| 255 | 255 | public BaseResponse queryRegionAllPatients(@Valid RiskPatientsQueryRequest patientsQueryRequest,HttpServletRequest request){ |
| 256 | 256 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
| 257 | 257 | patientsQueryRequest.setFmHospital(patientsQueryRequest.gethId()); |
| 258 | + patientsQueryRequest.sethId(null); | |
| 258 | 259 | return patientFacade.queryHighRisk(patientsQueryRequest, null, 3,loginState.getId(),"true",Boolean.TRUE); |
| 259 | 260 | } |
| 260 | 261 |