Commit a42d85015015fb48eb590fdb13c543fa16a69ba7
1 parent
a2a4dbd038
Exists in
master
and in
6 other branches
产检修改
Showing 2 changed files with 5 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
a42d850
... | ... | @@ -368,10 +368,10 @@ |
368 | 368 | patientsQueryRequest.setPage(1); |
369 | 369 | patientsQueryRequest.setLimit(99999); |
370 | 370 | |
371 | - patientsQueryRequest.setFmWeekStart(patientsQueryRequest.getStartDueWeek()); | |
372 | - patientsQueryRequest.setFmWeekEnd(patientsQueryRequest.getEndDueWeek()); | |
373 | - patientsQueryRequest.setStartDueWeek(null); | |
374 | - patientsQueryRequest.setEndDueWeek(null); | |
371 | +// patientsQueryRequest.setFmWeekStart(patientsQueryRequest.getStartDueWeek()); | |
372 | +// patientsQueryRequest.setFmWeekEnd(patientsQueryRequest.getEndDueWeek()); | |
373 | +// patientsQueryRequest.setStartDueWeek(null); | |
374 | +// patientsQueryRequest.setEndDueWeek(null); | |
375 | 375 | |
376 | 376 | patientsQueryRequest.setFmTime(patientsQueryRequest.getFmTime()); |
377 | 377 | patientsQueryRequest.setBuildTime(patientsQueryRequest.getBuildTime()); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
a42d850
... | ... | @@ -2203,6 +2203,7 @@ |
2203 | 2203 | } |
2204 | 2204 | listResponse = (BaseListResponse) queryHighRisk(patientsQueryRequest, isHighRisk, type, userId, "true", Boolean.TRUE); |
2205 | 2205 | List list = listResponse.getData(); |
2206 | + System.out.println("================"+list.size()); | |
2206 | 2207 | for (Object obj : list) { |
2207 | 2208 | Map <String, Object> data = new HashMap <>(); |
2208 | 2209 | //高危孕妇 |