fangpy il y a 6 mois
Parent
commit
b32a5cd557

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