opt:优化分切上料提示

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-03-23 18:24:52 +08:00
parent 8cf38b5193
commit e9017aa7f1

View File

@@ -490,8 +490,8 @@ public class SlitterTaskUtil {
String expectedUpDown = planMap.get(containerName);
if (!expectedUpDown.equals(site)) {
throw new BadRequestException("校验失败: 子卷号 " + containerName
+ " 的上下轴位置值 '" + site
+ "' 与计划中的上下轴位置值 '" + expectedUpDown + "' 不一致");
+ " 的上下轴位置"
+ "MES分切计划中的上下轴位置" + expectedUpDown + "不一致!");
}
}
log.info("分切下卷计划位置校验通过!");