liusheng
2025-11-07 c27e4ce95a0489907ba3848851f14ac7cca1caca
smartor/src/main/java/com/smartor/service/impl/ExternalInfoServiceImpl.java
@@ -242,6 +242,7 @@
            patMedInhosp.setInhospno(externalInHospPatientInfo.getZyhm());
            List<PatMedInhosp> patMedInhospList = patMedInhospMapper.selectPatMedInhospList2(patMedInhosp);
            if (CollectionUtils.isNotEmpty(patMedInhospList) && patMedInhospList.size() > 0) {
                log.error("****patMedInhospList的值为:{}",patMedInhospList.get(0).getInhospid());
                continue;
            }