fix: 手术医嘱therapy_enum默认为2(临时医嘱),避免被前端过滤

This commit is contained in:
2026-04-01 12:16:36 +08:00
parent b4e5061b73
commit 11a7f49162

View File

@@ -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