Commit c7ee66e4c8b88b9b3c5f216b060261718bdbd917
1 parent
48a608c031
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
c7ee66e
... | ... | @@ -344,6 +344,8 @@ |
344 | 344 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
345 | 345 | patientsQueryRequest.setFmHospital(patientsQueryRequest.gethId()); |
346 | 346 | patientsQueryRequest.sethId(null); |
347 | + patientsQueryRequest.setPage(1); | |
348 | + patientsQueryRequest.setLimit(99999); | |
347 | 349 | |
348 | 350 | patientsQueryRequest.setFmWeekStart(patientsQueryRequest.getStartDueWeek()); |
349 | 351 | patientsQueryRequest.setFmWeekEnd(patientsQueryRequest.getEndDueWeek()); |