From 9814549e8064737867a155a92a53b8dd7982c80b Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期四, 17 四月 2025 16:48:01 +0800 Subject: [PATCH] 04-17_改_床位名称 --- smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java index d308c42..a213b6b 100644 --- a/smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java +++ b/smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java @@ -926,7 +926,7 @@ patMedInhosp.setDeptname(externalInHospPatientInfo.getDangQianKSMC()); patMedInhosp.setLeaveldeptname(externalInHospPatientInfo.getDangQianKSMC()); //杩欓噷鏄簥浣嶅悕绉拌繕鏄簥浣嶇紪鍙凤紵锛燂紵锛� - patMedInhosp.setBedNo(externalInHospPatientInfo.getDangQianCWID()); + patMedInhosp.setBedNo(externalInHospPatientInfo.getDangQianCWMC()); patMedInhosp.setOrgid(externalInHospPatientInfo.getZuZhiJGID()); patMedInhosp.setHospitaldistrictid(externalInHospPatientInfo.getDangQianBQID()); patMedInhosp.setGuid(externalInHospPatientInfo.getZuZhiJGID()); -- Gitblit v1.9.3