fix: 不套轴提醒放置看板
This commit is contained in:
@@ -885,12 +885,14 @@ public class AutoCallAirShaftTask extends Prun {
|
|||||||
// 判断母卷
|
// 判断母卷
|
||||||
if (byContainerName.getParent_container_name().equals(dto.getParent_container_name())) {
|
if (byContainerName.getParent_container_name().equals(dto.getParent_container_name())) {
|
||||||
stepStr += ",4";
|
stepStr += ",4";
|
||||||
|
stepErrorInfo.add(">>>穿拔轴机已经在为" + dto.getResource_name() + "套轴了...");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// 判断改切
|
// 判断改切
|
||||||
if (byContainerName.getRestruct_container_name().equals(dto.getParent_container_name())) {
|
if (byContainerName.getRestruct_container_name().equals(dto.getParent_container_name())) {
|
||||||
stepStr += ",4";
|
stepStr += ",4";
|
||||||
|
stepErrorInfo.add(">>>穿拔轴机已经在为" + dto.getResource_name() + "套轴了...");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -902,6 +904,7 @@ public class AutoCallAirShaftTask extends Prun {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stepErrorInfo.add("设备" + dto.getResource_name() + "检测到暂存架有套好的管芯,不会进行套轴。");
|
||||||
log.info("检查有同母卷不允许套轴:{}", dto);
|
log.info("检查有同母卷不允许套轴:{}", dto);
|
||||||
stepStr += ",4";
|
stepStr += ",4";
|
||||||
// 有就返回true
|
// 有就返回true
|
||||||
|
|||||||
Reference in New Issue
Block a user