From d34b8d64a8edded3c17315941a6823f4fc38d9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=AE=99=E7=9A=AE=E7=9A=AE=E5=A8=83?= <2964346877@qq.com> Date: Tue, 16 Jul 2024 10:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collection/webservice/impl/BasicServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/docus/server/collection/webservice/impl/BasicServiceImpl.java b/src/main/java/com/docus/server/collection/webservice/impl/BasicServiceImpl.java index a2c1240..fc54d8a 100644 --- a/src/main/java/com/docus/server/collection/webservice/impl/BasicServiceImpl.java +++ b/src/main/java/com/docus/server/collection/webservice/impl/BasicServiceImpl.java @@ -1032,13 +1032,13 @@ public class BasicServiceImpl implements BasicService { //病案号 String inpatientNo=null; Node inpatientNoNode = xml.getNode("/PRPA_HIP1233/controlActProcess/ihNum/@value"); - if(Func.isNotEmpty(serialIdNode)){ + if(Func.isNotEmpty(inpatientNoNode)){ inpatientNo=inpatientNoNode.getNodeValue(); } //住院次数 Integer admissTimes=null; Node admissTimesNode = xml.getNode("/PRPA_HIP1233/controlActProcess/ihTimes/@value"); - if(Func.isNotEmpty(receiveNode)){ + if(Func.isNotEmpty(admissTimesNode)){ String nodeValue = admissTimesNode.getNodeValue(); if(ObjectUtil.isNotEmpty(nodeValue)&&NumberUtil.isInteger(nodeValue)){ admissTimes=Integer.parseInt(nodeValue); @@ -1047,13 +1047,13 @@ public class BasicServiceImpl implements BasicService { //管床医生工号 String bedDoctor=null; Node bedDoctorNode = xml.getNode("/PRPA_HIP1233/controlActProcess/referPhysician/@code"); - if(Func.isNotEmpty(sendNode)){ + if(Func.isNotEmpty(bedDoctorNode)){ bedDoctor=bedDoctorNode.getNodeValue(); } //管床医生姓名 String bedDoctorName=null; Node bedDoctorNameNode = xml.getNode("/PRPA_HIP1233/controlActProcess/referPhysician/@value"); - if(Func.isNotEmpty(sendNode)){ + if(Func.isNotEmpty(bedDoctorNameNode)){ bedDoctorName=bedDoctorNameNode.getNodeValue(); } //设置dto