Commit 9f82556b797c4c1a75ec285c624dfca25d452482
1 parent
13a9d418a3
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
9f82556
| ... | ... | @@ -346,7 +346,7 @@ |
| 346 | 346 | firstRistRecord=new BabyFirstRistRecord(); |
| 347 | 347 | firstRistRecord.setYn(YnEnums.YES.getId()); |
| 348 | 348 | firstRistRecord.setRistType(1);//初次高危发生类型 0:建档高危。1:检查高危 |
| 349 | - firstRistRecord.setHospitalId(model.getHospitalId());//建档/检查医院 | |
| 349 | + firstRistRecord.setHospitalId(hospitalId);//建档/检查医院 | |
| 350 | 350 | firstRistRecord.setParentId(model.getId());//建档/检查 数据id |
| 351 | 351 | firstRistRecord.setName(babyModel.getName()); |
| 352 | 352 | firstRistRecord.setSex(babyModel.getSex()); |
| ... | ... | @@ -1083,7 +1083,7 @@ |
| 1083 | 1083 | BabyModel babyModel = babyBookbuildingService.queryBabyBuildById(model.getBuildId()); |
| 1084 | 1084 | firstRistRecord.setYn(YnEnums.YES.getId()); |
| 1085 | 1085 | firstRistRecord.setRistType(1);//初次高危发生类型 0:建档高危。1:检查高危 |
| 1086 | - firstRistRecord.setHospitalId(model.getHospitalId());//建档/检查医院 | |
| 1086 | + firstRistRecord.setHospitalId(hospitalId);//建档/检查医院 | |
| 1087 | 1087 | firstRistRecord.setParentId(model.getId());//建档/检查 数据id |
| 1088 | 1088 | firstRistRecord.setName(babyModel.getName()); |
| 1089 | 1089 | firstRistRecord.setSex(babyModel.getSex()); |