smartor/src/main/java/com/smartor/service/impl/HNGatherPatArchiveServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
smartor/src/main/java/com/smartor/service/impl/HNGatherPatArchiveServiceImpl.java
@@ -125,6 +125,9 @@ if (CollectionUtils.isNotEmpty(patArchives1)) { patMedOuthosp1.setPatid(patArchives1.get(0).getId()); } else { if (CollectionUtils.isEmpty(patArchives)) { continue; } patArchiveMapper.insertPatArchiveSingle(patArchives.get(0)); patMedOuthosp1.setPatid(patArchives.get(0).getId()); }