diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml index 4f043d89f..fc86b35cf 100755 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml @@ -218,7 +218,7 @@ T1.therapy_enum AS therapyEnum, T1.sort_number AS sort_number, T1.based_on_id AS based_on_id, - T1.medication_id AS advice_definition_id + T1.medication_id AS advice_definition_id, T1.effective_dose_end AS stop_time, T1.update_by AS stop_user_name FROM med_medication_request AS T1 @@ -274,7 +274,7 @@ 99 AS sort_number, T1.req_authored_time AS start_time, T1.based_on_id AS based_on_id, - T1.device_def_id AS advice_definition_id + T1.device_def_id AS advice_definition_id, NULL AS stop_time, '' AS stop_user_name FROM wor_device_request AS T1 @@ -327,7 +327,7 @@ 99 AS sort_number, T1.occurrence_start_time AS start_time, T1.based_on_id AS based_on_id, - T1.activity_id AS advice_definition_id + T1.activity_id AS advice_definition_id, T1.occurrence_end_time AS stop_time, T1.update_by AS stop_user_name FROM wor_service_request AS T1