|
@@ -146,7 +146,7 @@ public class ApsServiceImpl implements ApsService {
|
|
|
logger.info("解锁重排订单:"+repcIds);
|
|
|
}
|
|
|
// 冷轧连续性问题重排
|
|
|
- if(apsType != null && StrUtil.isNotBlank(apsType.getMixIf()) && "mix".equals(apsType.getMixIf())){
|
|
|
+ if(apsType != null && StrUtil.isNotBlank(apsType.getScheduleType()) && "dd".equals(apsType.getScheduleType())){
|
|
|
lzlxOrderSchedule(apsBlankOrders,currentUser,apsType,needUnLockProcessIdList);
|
|
|
}else{
|
|
|
apsOrderScheduleNew(apsBlankOrders,currentUser,apsType,needUnLockProcessIdList);
|