fix: 手术医嘱therapy_enum默认为2(临时医嘱),避免被前端过滤
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user