Commit af1ee114f1d8896c1e8c6003fac19879691b0bbe
1 parent
1b3c665a76
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
af1ee11
... | ... | @@ -792,6 +792,10 @@ |
792 | 792 | patientsQuery.setPhone(exListQueryRequest.getPhone()); |
793 | 793 | patientsQuery.setPid(exListQueryRequest.getPid()); |
794 | 794 | patientsQuery.setBuildType(1); |
795 | + //在区域组的时候不用查询隐藏档案 | |
796 | + if(null!=groupsFacade.findByCurrentUserId(autoMatchFacade.getHospitalId(userId))){ | |
797 | + patientsQuery.setExtEnable(false); | |
798 | + } | |
795 | 799 | //获取所有的建档记录 |
796 | 800 | List<Patients> list = patientsService.queryPatient(patientsQuery); |
797 | 801 | AntexListResult antexListResult = new AntexListResult(); |