Commit b9272e7244ddb7a5b234f8a691519013dae3be30
1 parent
5cf82478fd
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/NewbornServiceImpl.java
View file @
b9272e7
| ... | ... | @@ -259,6 +259,7 @@ |
| 259 | 259 | NewbornVisit newbornVisit = mongoTemplate.findById(id, NewbornVisit.class); |
| 260 | 260 | if(newbornVisit != null) { |
| 261 | 261 | Map<String, Object> restMap = new HashMap<>(); |
| 262 | + restMap.put("id", newbornVisit.getId()); /** id */ | |
| 262 | 263 | /** 访视信息 */ |
| 263 | 264 | restMap.put("checkTimeDesc", newbornVisit.getCheckTimeDesc()); /** 产后天数 */ |
| 264 | 265 | restMap.put("visitHospitalId", mapper.getHospitalName(newbornVisit.getVisitHospitalId())); /** 访视机构 */ |