| | |
| | | if (CollectionUtils.isEmpty(patArchiveReq.getLeaveldeptcodes()) || patArchiveReq.getLeaveldeptcodes().size() == 0) { |
| | | patArchiveReq.setLeaveldeptcodes(null); |
| | | } |
| | | System.out.println("--------11111111:" + patArchiveReq); |
| | | System.out.println("获取患者信息-入参patArchiveReq:" + patArchiveReq); |
| | | List<PatArchiveOthreInfo> patientInfo = patArchiveService.getPatientInfoQC(patArchiveReq); |
| | | System.out.println("--------222222:" + patientInfo.size()); |
| | | System.out.println("获取患者信息-返回patientInfo:" + patientInfo.size()); |
| | | patArchiveReq.setPageSize(null); |
| | | patArchiveReq.setPageNum(null); |
| | | List<PatArchiveOthreInfo> patientInfoQC = patArchiveService.getPatientInfoQC(patArchiveReq); |
| | | |
| | | return getDataTable3(patientInfoQC.size(), patientInfo); |
| | | Long count = patArchiveService.getPatientInfoQCCount(patArchiveReq); |
| | | return getDataTable3(count, patientInfo); |
| | | } |
| | | |
| | | } |