From 275a76c2d7c58b4bb527f48f3fafc47c27e7f1a8 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Fri, 26 Jun 2026 17:46:30 +0800 Subject: [PATCH] =?UTF-8?q?820=20=E3=80=90=E4=BD=8F=E9=99=A2=E6=8A=A4?= =?UTF-8?q?=E5=A3=AB=E7=AB=99-=E5=8C=BB=E5=98=B1=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=91=E2=80=9C=E6=96=87=E5=AD=97=E5=9E=8B=E2=80=9D=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E5=9C=A8=E6=8A=A4=E5=A3=AB=E7=AB=99=E2=80=9C=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E6=A0=A1=E5=AF=B9=E2=80=9D=E5=8F=8A=E2=80=9C=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E6=89=A7=E8=A1=8C=E2=80=9D=E9=A1=B5=E9=9D=A2=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8C=BB=E5=98=B1=E5=86=85=E5=AE=B9=EF=BC=88?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 5 +++++ .../mapper/inhospitalnursestation/AdviceProcessAppMapper.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.json 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,