Merge branch 'master' of http://git.picaiba.com/CaiXiang/SPC into yanyang
This commit is contained in:
commit
0e3f0f9168
@ -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