fix: 不套轴提醒放置看板2
This commit is contained in:
@@ -903,8 +903,9 @@ public class AutoCallAirShaftTask extends Prun {
|
||||
if (cuts2.size() == 0) {
|
||||
return true;
|
||||
}
|
||||
List<String> stringList = cuts2.stream().map(BstIvtCutpointivt::getPoint_code).collect(Collectors.toList());
|
||||
stepErrorInfo.add("设备" + dto.getResource_name() + "检测到暂存架" + stringList + "有套好的管芯,不会进行套轴。");
|
||||
}
|
||||
stepErrorInfo.add("设备" + dto.getResource_name() + "检测到暂存架有套好的管芯,不会进行套轴。");
|
||||
log.info("检查有同母卷不允许套轴:{}", dto);
|
||||
stepStr += ",4";
|
||||
// 有就返回true
|
||||
|
||||
Reference in New Issue
Block a user