From a8ab52589e60c1fcae9bd757246f7b7e1acf7b4f Mon Sep 17 00:00:00 2001 From: duzhongxu <15039018447@163.com> Date: Tue, 21 Apr 2026 14:11:17 +0800 Subject: [PATCH] =?UTF-8?q?370=E3=80=90=E4=BD=8F=E9=99=A2=E6=8A=A4?= =?UTF-8?q?=E5=A3=AB=E7=AB=99=E7=AB=99-=E3=80=8B=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E2=80=9C=E4=B8=89=E6=B5=8B=E5=8D=95=E2=80=9D=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/inpatientmanage/NursingRecordAppMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/inpatientmanage/NursingRecordAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/inpatientmanage/NursingRecordAppMapper.xml index 20975b02..b0bfcd12 100644 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/inpatientmanage/NursingRecordAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/inpatientmanage/NursingRecordAppMapper.xml @@ -27,7 +27,6 @@ T2.start_time AS admissionDate, --入院日期 T3.ward_admission_date AS wardAdmissionDate, --入科日期 T3.location_id AS ward_location_id, --病区 - T3.ward_admission_date AS wardAdmissionDate, --病区入院日期 T4.location_id AS bed_location_id --床号 FROM adm_patient AS T1 INNER JOIN adm_encounter AS T2