소스 검색

冷轧重排

fangpy 6 달 전
부모
커밋
b32a5cd557
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsServiceImpl.java

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsServiceImpl.java

@@ -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);