Commit acd0920ba818b907c8f035d46a896b3e1497cfa9
1 parent
a3e7c7fc6d
Exists in
master
and in
6 other branches
儿童
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
acd0920
| ... | ... | @@ -161,7 +161,8 @@ |
| 161 | 161 | } |
| 162 | 162 | babyModel.setId(null); |
| 163 | 163 | babyModel.setHospitalId(hospitalId); |
| 164 | - babyModel.setEnable("2"); | |
| 164 | + //新分娩的儿童 在另外一家医院先做访视后建档,导致无法查看到建档电子病历 | |
| 165 | + // babyModel.setEnable("2"); | |
| 165 | 166 | babyModel.setSource(babyId); |
| 166 | 167 | babyModel.setCreated(new Date()); |
| 167 | 168 | mongoTemplate.save(babyModel); |