Commit af81604a6b3e6d279d2f25c9f748f663e94484a0
1 parent
3c80f195c8
Exists in
master
and in
6 other branches
追访相关
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java
View file @
af81604
... | ... | @@ -265,6 +265,7 @@ |
265 | 265 | List<TrackDown> trackDowns = (List<TrackDown>) mongoPage.getGrid(); |
266 | 266 | for (TrackDown trackDown : trackDowns) { |
267 | 267 | Map<String, Object> temp = new HashMap<>(); |
268 | + | |
268 | 269 | temp.put("id", trackDown.getId()); |
269 | 270 | temp.put("parentId", trackDown.getParentId()); |
270 | 271 | Patients patients = mongoTemplate.findById(trackDown.getParentId(), Patients.class); |