opt:优化分切上料提示
This commit is contained in:
@@ -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("分切下卷计划位置校验通过!");
|
||||
|
||||
Reference in New Issue
Block a user