liusheng
9 天以前 c111e3eff1191b29d2d2baf2f485a4bf3a2edc00
smartor/src/main/java/com/smartor/service/impl/PatArchiveServiceImpl.java
@@ -114,7 +114,9 @@
            }
        } else if (patArchiveReq.getAllhosp() != null && patArchiveReq.getAllhosp() == 2) {
            // 查看住院  1  查看门诊  2   查看体检  3
            System.out.println("开始时间"+System.currentTimeMillis());
            List<PatArchiveOthreInfo> patArchives2 = patArchiveMapper.selectPatArchiveInfoByOuthospQC(patArchiveReq);
            System.out.println("结束时间"+System.currentTimeMillis());
            if (CollectionUtils.isNotEmpty(patArchives2)) {
                patArchiveList.addAll(patArchives2);
            }
@@ -136,6 +138,10 @@
        return patArchiveList;
    }
    public Long selectPatArchiveInfoByOuthospQCCount(PatArchiveReq patArchiveReq) {
        return patArchiveMapper.selectPatArchiveInfoByOuthospQCCount(patArchiveReq);
    }
    /**
     * 新增患者档案
     *