陈昶聿
9 小时以前 7ca6d7d7da579f9a32c7d253eccb0f4e1ba6b6ef
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);
    }
}