修改判读方案算法
This commit is contained in:
parent
f7712f184a
commit
515df64760
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user