陈昶聿
12 小时以前 ca11d871c67ca9e1668193b95fbdc2bd9a18a280
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatArchiveController.java
@@ -273,14 +273,14 @@
        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);
    }
}