From 686f378e4c255696bc0b2e5ab193fbae5bec0881 Mon Sep 17 00:00:00 2001 From: liu Date: Mon, 25 Dec 2023 14:21:49 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E5=A2=9E=E5=8A=A0=E9=82=AE=E7=BC=96?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ProcessMedicalMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual-patient-model/src/main/resources/mapper/ProcessMedicalMapper.xml b/virtual-patient-model/src/main/resources/mapper/ProcessMedicalMapper.xml index 8216bed5..ae92898e 100644 --- a/virtual-patient-model/src/main/resources/mapper/ProcessMedicalMapper.xml +++ b/virtual-patient-model/src/main/resources/mapper/ProcessMedicalMapper.xml @@ -57,6 +57,7 @@ mr.patient_marriage as patientMarriage, mr.native_place as nativePlace, mr.patient_phone as patientPhone, + mr.patient_postcode as patientPostcode, mr.patient_birthplace as patientBirthplace, mr.patient_habitation as patientHabitation, mr.patient_postcode as patientHabitation,