From 2915915881222dad6f96d406ea52c64188f66d5f Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Tue, 9 Jun 2026 13:16:36 +0800 Subject: [PATCH] bug 573 588 --- .../patientmanage/PatientManageMapper.xml | 2 - .../components/diagnosis/diagnosis.vue | 118 +++++++----------- .../home/components/order/index.vue | 11 ++ 3 files changed, 58 insertions(+), 73 deletions(-) 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 @@ -