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;