From 2dc2ea0745197d88d22edfc343dd67fb7edae36c Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Tue, 15 Apr 2025 15:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=98=B3=E6=80=A7=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/inspectpatient/InspectPatientController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java index 18ef3de..7933281 100644 --- a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java +++ b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java @@ -652,7 +652,7 @@ public class InspectPatientController { case "WBC": case "NIT": if (result.getItemValue() != null && result.getItemValue().contains("+")) { - ncgsb.append("【" + result.getItemName() + ":" + "该项异常,值为:" +result.getItemValue()+ "】" + "\n"); + ncgsb.append("【" + result.getItemName() + ":" + "阳性,值为:" +result.getItemValue()+ "】" + "\n"); } break; case "URO": @@ -665,8 +665,8 @@ public class InspectPatientController { case "BIL": case "KET": case "GLU": - if (result.getItemValue() != null && !result.getItemValue().contains("+")) { - ncgsb.append("【" + result.getItemName() + ":" + "该项异常,值为:" +result.getItemValue()+ "】" + "\n"); + if (result.getItemValue() != null && result.getItemValue().contains("+")) { + ncgsb.append("【" + result.getItemName() + ":" + "阳性,值为:" +result.getItemValue()+ "】" + "\n"); } break; case "PH":