diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml index 52762a086..a0d56029e 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml @@ -748,7 +748,7 @@ T1.unit_code AS unit_code, T1.status_enum AS status_enum, '' AS method_code, - '' AS rate_code, + T1.rate_code AS rate_code, NULL AS dose, '' AS dose_unit_code, T3.id AS charge_item_id, diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml index d21146f1d..7a85e67ce 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml @@ -315,7 +315,7 @@ T1.unit_code AS unit_code, T1.status_enum AS status_enum, '' AS method_code, - '' AS rate_code, + T1.rate_code AS rate_code, NULL AS dose, '' AS dose_unit_code, T3.id AS charge_item_id, diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue index bf364a764..e583f066b 100755 --- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue +++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue @@ -1,6 +1,7 @@