From 11a7f49162e50262f4010ecf5d58a07540a60098 Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 1 Apr 2026 12:16:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=8B=E6=9C=AF=E5=8C=BB=E5=98=B1ther?= =?UTF-8?q?apy=5Fenum=E9=BB=98=E8=AE=A4=E4=B8=BA2(=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E5=8C=BB=E5=98=B1)=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A2=AB?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/regdoctorstation/AdviceManageAppMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 79009b5a..94d32fb7 100644 --- 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 @@ -309,7 +309,7 @@ null AS dispense_per_duration, 1 AS part_percent, '' AS condition_definition_name, - T1.therapy_enum AS therapyEnum, + COALESCE(T1.therapy_enum, 2) AS therapyEnum, 99 AS sort_number, T1.based_on_id AS based_on_id FROM wor_service_request AS T1