From 5d7da40be02200fcae992fd993cf51fb6d50a3a7 Mon Sep 17 00:00:00 2001 From: liuhongrui Date: Tue, 11 Mar 2025 13:01:43 +0800 Subject: [PATCH] up --- .../resources/mapper/outpatientmanage/OutpatientManageMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/openhis-server/openhis-application/src/main/resources/mapper/outpatientmanage/OutpatientManageMapper.xml b/openhis-server/openhis-application/src/main/resources/mapper/outpatientmanage/OutpatientManageMapper.xml index 80cae4a4..dd1f9d27 100644 --- a/openhis-server/openhis-application/src/main/resources/mapper/outpatientmanage/OutpatientManageMapper.xml +++ b/openhis-server/openhis-application/src/main/resources/mapper/outpatientmanage/OutpatientManageMapper.xml @@ -13,6 +13,7 @@ pt.name AS patientName, --病人姓名 pt.bus_no AS patientBusNo, --病人ID(前台显示用) sr.patient_id, --病人ID + ad.name AS medicationInformation, --药品信息 md.bus_no || ' ' || md.name || ' 规格:' || COALESCE(m.total_volume, '') AS medicationDetail,--药品 m.lot_number AS medicationLotNumber, --药品批次号 mr.status_enum, --药品状态