opt:优化分切上料提示
This commit is contained in:
@@ -490,8 +490,8 @@ public class SlitterTaskUtil {
|
|||||||
String expectedUpDown = planMap.get(containerName);
|
String expectedUpDown = planMap.get(containerName);
|
||||||
if (!expectedUpDown.equals(site)) {
|
if (!expectedUpDown.equals(site)) {
|
||||||
throw new BadRequestException("校验失败: 子卷号 " + containerName
|
throw new BadRequestException("校验失败: 子卷号 " + containerName
|
||||||
+ " 的上下轴位置值 '" + site
|
+ " 的上下轴位置"
|
||||||
+ "' 与计划中的上下轴位置值 '" + expectedUpDown + "' 不一致");
|
+ "与MES分切计划中的上下轴位置" + expectedUpDown + "不一致!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.info("分切下卷计划位置校验通过!");
|
log.info("分切下卷计划位置校验通过!");
|
||||||
|
|||||||
Reference in New Issue
Block a user