|
@@ -482,7 +482,7 @@ public class ProductionProcesses implements Serializable {
|
|
Integer maxDelay = 1;
|
|
Integer maxDelay = 1;
|
|
if(!this.ifLock){
|
|
if(!this.ifLock){
|
|
if(this.processType.equals("成退") || this.processType.equals("中退") || this.processType.equals("小卷成退")){
|
|
if(this.processType.equals("成退") || this.processType.equals("中退") || this.processType.equals("小卷成退")){
|
|
- maxDelay = 80;
|
|
|
|
|
|
+ maxDelay = 200;
|
|
}else if(this.processType.equals("铸轧")){
|
|
}else if(this.processType.equals("铸轧")){
|
|
maxDelay = 5000;
|
|
maxDelay = 5000;
|
|
} else if (this.processType.equals("冷轧")) {
|
|
} else if (this.processType.equals("冷轧")) {
|