Commit 6a673dea5280d5699b543bbd988bcfb3f5845b4f
1 parent
ef96ec5f65
Exists in
master
and in
6 other branches
增加字段
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
6a673de
... | ... | @@ -318,6 +318,12 @@ |
318 | 318 | if(newbornVisit != null) { |
319 | 319 | Map<String, Object> restMap = new HashMap<>(); |
320 | 320 | restMap.put("id", newbornVisit.getId()); /** id */ |
321 | + | |
322 | + /** | |
323 | + * 未闭合尺寸 | |
324 | + */ | |
325 | + restMap.put("unclosedSize", newbornVisit.getUnclosedSize() + "cm X " + newbornVisit.getUnclosedSize2()); | |
326 | + | |
321 | 327 | /** 访视信息 */ |
322 | 328 | restMap.put("checkTimeDesc", newbornVisit.getCheckTimeDesc()); /** 产后天数 */ |
323 | 329 | restMap.put("visitHospitalId", mapper.getHospitalName(newbornVisit.getVisitHospitalId())); /** 访视机构 */ |