Commit 12ab82bcbb99963cf09228a94fb1674ed574781e
1 parent
4be064f768
Exists in
master
修改产检删除
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
12ab82b
| ... | ... | @@ -95,6 +95,10 @@ |
| 95 | 95 | postReviewModel.setOperator(userId); |
| 96 | 96 | //判断是否是同一个医院 |
| 97 | 97 | if (!patients1.getHospitalId().equals(hospital)) { |
| 98 | + | |
| 99 | + if(StringUtils.isNotEmpty(groupId)){ | |
| 100 | + patients1.setEnable("2"); | |
| 101 | + } | |
| 98 | 102 | patients1.setId(null); |
| 99 | 103 | patients1.setHospitalId(hospital); |
| 100 | 104 | patients1.setBuildType(0); |