diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..59b39fea6 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,5 @@ +{ + "enabledPlugins": { + "agent-sdk-dev@claude-plugins-official": true + } +} diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/inhospitalnursestation/AdviceProcessAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/inhospitalnursestation/AdviceProcessAppMapper.xml index be50dffd7..1b5146588 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/inhospitalnursestation/AdviceProcessAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/inhospitalnursestation/AdviceProcessAppMapper.xml @@ -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,