Commit ba03943574780ac6d06788ac2eba86cccbce3cfd
1 parent
91690d5e3c
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
ba03943
... | ... | @@ -1160,6 +1160,7 @@ |
1160 | 1160 | //TODO 需要根据时间去查询是否是本院最后一条记录 |
1161 | 1161 | if (CollectionUtils.isNotEmpty(list)) { |
1162 | 1162 | antExQuery.setStart(new Date(list.get(0).getCheckDate().getTime() + 40000)); |
1163 | + antExQuery.setParentId(list.get(0).getParentId()); | |
1163 | 1164 | } |
1164 | 1165 | antExQuery.setId(null); |
1165 | 1166 | list = antenatalExaminationService.queryAntenatalExamination(antExQuery.convertToQuery()); |
... | ... | @@ -1193,6 +1194,7 @@ |
1193 | 1194 | //TODO 需要根据时间去查询是否是本院最后一条记录 |
1194 | 1195 | if (CollectionUtils.isNotEmpty(list)) { |
1195 | 1196 | antExQuery.setStart(new Date(list.get(0).getCheckTime().getTime() + 40000)); |
1197 | + antExQuery.setParentId(list.get(0).getParentId()); | |
1196 | 1198 | } |
1197 | 1199 | |
1198 | 1200 | antExQuery.setId(null); |