From 6ea26d62364566cf7869f965010d9079787b9ef8 Mon Sep 17 00:00:00 2001 From: liuhongrui Date: Tue, 11 Mar 2025 11:14:20 +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 d4e5b35e..80cae4a4 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 @@ -7,6 +7,7 @@ parameterType="com.openhis.web.outpatientmanage.dto.OutpatientSkinTestRecordSearchParam" resultType="com.openhis.web.outpatientmanage.dto.OutpatientSkinTestRecordDto"> SELECT + sr.id, --服务申请管理ID sr.prescription_no, --处方号 e.bus_no as encounterBusNo, --就诊号 pt.name AS patientName, --病人姓名