fix: 防止ACS校验重复载具号

This commit is contained in:
2025-04-24 14:53:57 +08:00
parent 000241fda5
commit 14ea6df2c0

View File

@@ -513,7 +513,7 @@ public class OutServiceImpl implements OutService {
throw new BadRequestException("未查询到对应的分切机!");
}
// update: 如果是到托盘的桁架任务,则会出错,已修改
String cut_qzzno = "废箔";
String cut_qzzno = "废箔-" + point_code;
boolean isOpen = RenUtils.isOpenTzArea(cut_ivt.getString("product_area"));
if (!isOpen) {
throw new BadRequestException("所在区域车间无法使用该功能!");