Commit 62089493d8b5343cd125b896b6cc1344701857ca
1 parent
2a7c0810f7
Exists in
master
and in
6 other branches
加上babyid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
6208949
... | ... | @@ -168,6 +168,7 @@ |
168 | 168 | temp.put("checkTime", visit.getCheckTime() == null ? null : DateUtil.getyyyy_MM_dd(visit.getCheckTime())); // 复查访视时间 |
169 | 169 | temp.put("id", visit.getId()); |
170 | 170 | temp.put("pid", visit.getPid()); |
171 | + temp.put("babyId", visit.getBabyId()); | |
171 | 172 | String pid = visit.getPid(); |
172 | 173 | if(StringUtils.isNotBlank(pid)) { |
173 | 174 | PersonModel person = mongoTemplate.findById(pid, PersonModel.class); |