Commit f1d59239d5d91bdbf5992b0c8d226482e4c4c05d
1 parent
9b4fc00f7d
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
f1d5923
... | ... | @@ -778,7 +778,7 @@ |
778 | 778 | List<SortIn> listDate = new ArrayList(); |
779 | 779 | |
780 | 780 | if (CollectionUtils.isNotEmpty(list)) { |
781 | - Patients patients2 = findOnePatient(null, null, null, hospital, -1, false, exListQueryRequest.getPid()); | |
781 | + Patients patients2 = findOnePatient(null, null, null, hospital, -1, true, exListQueryRequest.getPid()); | |
782 | 782 | antexListResult.convertToResult(null, patients2, null); |
783 | 783 | |
784 | 784 | HighScoreResult highScoreResult = findLastRisk(list.get(0).getPid(), false); |