liusheng
5 天以前 2212759d051a0f60b4f0ada73d678cf150e29c84
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;
            }