Commit ff0d9b930752136a7f75568948d16ee0b679ee83
1 parent
8d17f82a84
Exists in
master
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
ff0d9b9
| ... | ... | @@ -83,7 +83,7 @@ | 
| 83 | 83 | |
| 84 | 84 | String hospital = autoMatchFacade.getHospitalId(userId); | 
| 85 | 85 | //表示区域的 | 
| 86 | - if (StringUtils.isNotEmpty(groupsFacade.findByCurrentUserId(hospital))) { | |
| 86 | + if (StringUtils.isNotEmpty(groupsFacade.findByCurrentUserId(hospital))&&type==2) { | |
| 87 | 87 | String parentId = antenatalExaminationFacade.handHideBuild(referralApplyOrderAddRequest.getPid(), referralApplyOrderAddRequest.getParentId(), userId,-1); | 
| 88 | 88 | if (StringUtils.isEmpty(parentId)) { | 
| 89 | 89 | //打印日志 |