|  |  | 
 |  |  |         if (CollectionUtils.isEmpty(patArchiveReq.getLeaveldeptcodes()) || patArchiveReq.getLeaveldeptcodes().size() == 0) { | 
 |  |  |             patArchiveReq.setLeaveldeptcodes(null); | 
 |  |  |         } | 
 |  |  |         System.out.println("--------11111111:" + patArchiveReq); | 
 |  |  |         List<PatArchiveOthreInfo> patientInfo = patArchiveService.getPatientInfoQC(patArchiveReq); | 
 |  |  |  | 
 |  |  |         System.out.println("--------222222:" + patientInfo.size()); | 
 |  |  |         patArchiveReq.setPageSize(null); | 
 |  |  |         patArchiveReq.setPageNum(null); | 
 |  |  |         List<PatArchiveOthreInfo> patientInfoQC = patArchiveService.getPatientInfoQC(patArchiveReq); |