820 【住院护士站-医嘱管理】“文字型”医嘱在护士站“医嘱校对”及“医嘱执行”页面不显示医嘱内容(内容为空白

This commit is contained in:
wangjian963
2026-06-26 17:46:30 +08:00
parent 12d53eb6b8
commit 275a76c2d7
2 changed files with 6 additions and 1 deletions

5
.claude/settings.json Normal file
View File

@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"agent-sdk-dev@claude-plugins-official": true
}
}

View File

@@ -323,7 +323,7 @@
T1.performer_check_id,
T1.reason_text AS reason_text,
T1.check_time AS check_time,
T2."name" AS advice_name,
COALESCE(T2."name", T1.content_json::jsonb->>'adviceName') AS advice_name,
T2.id AS item_id,
NULL::varchar AS volume,
NULL::varchar AS lot_number,