Commit 53b7a55d989d3b6c0c15f6fa03cbb37db4bc5d87
1 parent
9db8cd54de
Exists in
master
and in
1 other branch
听力诊断模块
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
53b7a55
| ... | ... | @@ -279,6 +279,10 @@ |
| 279 | 279 | babyModel.setId(null); |
| 280 | 280 | //2-隐藏建档 0--转诊 |
| 281 | 281 | babyModel.setEnable(enable); |
| 282 | + //隐藏建档需要baby来源id | |
| 283 | + if(enable.equals("2")){ | |
| 284 | + babyModel.setSource(babyId); | |
| 285 | + } | |
| 282 | 286 | babyModel.setBuildType(3); |
| 283 | 287 | babyModel.setBuildDoctor(null); |
| 284 | 288 | babyModel.setBuildDate(new Date()); |