Commit 3911b94235f61a045334cdabca9e2068eb07e04b
1 parent
d962a278b3
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java
View file @
3911b94
... | ... | @@ -1305,7 +1305,7 @@ |
1305 | 1305 | if("216".equals(hospitalId)){ |
1306 | 1306 | BabyModel babyModel = mongoTemplate.findOne(new Query(Criteria.where("_id").is(model.getBabyId())), BabyModel.class); |
1307 | 1307 | if(babyModel!=null&&babyModel.getDueWeek()<37){ |
1308 | - map.put("checkMonthStr",model.getMonthAge()); | |
1308 | + map.put("checkMonthStr","早产纠正月龄:"+model.getMonthAge()); | |
1309 | 1309 | } |
1310 | 1310 | |
1311 | 1311 | } |