diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml index 56a382e06..5fc2c82d4 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml @@ -50,7 +50,6 @@ pt.patient_derived, pt.education_level, pt.company_address, - pt.country_code FROM ( SELECT ( @@ -105,7 +104,6 @@ p.patient_derived, p.education_level, p.company_address, - p.country_code FROM adm_patient p where p.delete_flag = '0' ) AS pt diff --git a/healthlink-his-ui/src/views/doctorstation/components/diagnosis/diagnosis.vue b/healthlink-his-ui/src/views/doctorstation/components/diagnosis/diagnosis.vue index a6d0a5b7e..fb45a8617 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/diagnosis/diagnosis.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/diagnosis/diagnosis.vue @@ -1,4 +1,4 @@ -