From 54c9b41d8fa4d4437b2b61e2fbedf899de8ab854 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Mon, 14 Apr 2025 17:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=A3=80=E9=AA=8C=E5=8D=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B0=BF=E5=B8=B8=E8=A7=84=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=A1=B9VC=E5=85=88=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InspectPatientController.java | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 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 ef55dcb..f46a16c 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 @@ -693,18 +693,18 @@ public class InspectPatientController { } } break; - case "VC": - if (result.getItemValue() != null) { - if(NumberUtils.isNumeric(result.getItemValue())) - { - double vc = Double.parseDouble(result.getItemValue()); - if( vc>10) - { - ncgsb.append("【" + result.getItemName() + ":" + "该项异常,值为:" +result.getItemValue()+ "】" + "\n"); - } - } - } - break; +// case "VC": +// if (result.getItemValue() != null) { +// if(NumberUtils.isNumeric(result.getItemValue())) +// { +// double vc = Double.parseDouble(result.getItemValue()); +// if(vc>10) +// { +// ncgsb.append("【" + result.getItemName() + ":" + "该项异常,值为:" +result.getItemValue()+ "】" + "\n"); +// } +// } +// } +// break;