From 515df64760079f91fec0536e28493e14261cb942 Mon Sep 17 00:00:00 2001 From: caixiang <939387484@qq.com> Date: Wed, 7 Dec 2022 11:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A4=E8=AF=BB=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/ProcessInspectionController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ym-process-inspection/src/main/java/com/cnbm/processInspection/controller/ProcessInspectionController.java b/ym-process-inspection/src/main/java/com/cnbm/processInspection/controller/ProcessInspectionController.java index 14d8f12..37e05e8 100644 --- a/ym-process-inspection/src/main/java/com/cnbm/processInspection/controller/ProcessInspectionController.java +++ b/ym-process-inspection/src/main/java/com/cnbm/processInspection/controller/ProcessInspectionController.java @@ -221,7 +221,7 @@ public class ProcessInspectionController { productFeatures.setUsl(new Float(66)); productFeatures.setLsl(new Float(69)); - productFeatures.setName("LTWeight"); + productFeatures.setName("failDay"); PGraph pGraph = new PGraph(productFeatures); @@ -246,7 +246,7 @@ public class ProcessInspectionController { productFeatures.setUsl(new Float(66)); productFeatures.setLsl(new Float(69)); - productFeatures.setName("LTWeight"); + productFeatures.setName("failDay"); CGraph cGraph = new CGraph(productFeatures); @@ -274,7 +274,7 @@ public class ProcessInspectionController { productFeatures.setUsl(new Float(66)); productFeatures.setLsl(new Float(69)); - productFeatures.setName("LTWeight"); + productFeatures.setName("failDay"); UGraph uGraph = new UGraph(productFeatures);