|
@@ -487,7 +487,11 @@ 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 = 500;
|
|
|
|
|
|
+ if("dd".equals(apsOverallConfig.getScheduleType().getScheduleType())){
|
|
|
|
+ maxDelay = 500;
|
|
|
|
+ }else{
|
|
|
|
+ maxDelay = 800;
|
|
|
|
+ }
|
|
}else if(this.processType.equals("铸轧")){
|
|
}else if(this.processType.equals("铸轧")){
|
|
maxDelay = 5000;
|
|
maxDelay = 5000;
|
|
} else if (this.processType.equals("冷轧")) {
|
|
} else if (this.processType.equals("冷轧")) {
|