Commit bd60d97e6adff397f195d41b08eecf18c3e93cb8

Authored by jiangjiazhi
1 parent 07d60b6416
Exists in master

修改产检删除

Showing 1 changed file with 4 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ bd60d97
... ... @@ -852,9 +852,9 @@
852 852 Map map = new HashMap();
853 853  
854 854 List sortList = new ArrayList();
855   - String hospital = autoMatchFacade.getHospitalId(userId);
  855 +
856 856 List<SortIn> listDate = new ArrayList();
857   - ;
  857 +
858 858 if (CollectionUtils.isNotEmpty(list)) {
859 859 // Patients patients2 = findOnePatient(null, null, null, hospital, -1, true, exListQueryRequest.getPid(),false);
860 860 Patients patients2 = findOnePatient(null, null, null, groupsFacade.findGroupHospital(userId), -1, true, exListQueryRequest.getPid(), false);
... ... @@ -1050,7 +1050,7 @@
1050 1050 organization = organizationService.getOrganization(Integer.valueOf(patients.getHospitalId()));
1051 1051 }
1052 1052 pid = patients.getPid();
1053   - if(!"0".equals(patients.getEnable())){
  1053 + if(!"2".equals(patients.getEnable())){
1054 1054 listData.add(new AntData(patients, null != organization ? organization.getName() : ""));
1055 1055 }
1056 1056  
... ... @@ -1211,7 +1211,7 @@
1211 1211 organization = organizationService.getOrganization(Integer.valueOf(patients.getHospitalId()));
1212 1212 }
1213 1213 pid = patients.getPid();
1214   - if(!"0".equals(patients.getEnable())) {
  1214 + if(!"2".equals(patients.getEnable())) {
1215 1215 listData.add(new AntData(patients, null != organization ? organization.getName() : ""));
1216 1216 }
1217 1217 }