fix: 防止ACS校验重复载具号
This commit is contained in:
@@ -513,7 +513,7 @@ public class OutServiceImpl implements OutService {
|
|||||||
throw new BadRequestException("未查询到对应的分切机!");
|
throw new BadRequestException("未查询到对应的分切机!");
|
||||||
}
|
}
|
||||||
// update: 如果是到托盘的桁架任务,则会出错,已修改
|
// update: 如果是到托盘的桁架任务,则会出错,已修改
|
||||||
String cut_qzzno = "废箔";
|
String cut_qzzno = "废箔-" + point_code;
|
||||||
boolean isOpen = RenUtils.isOpenTzArea(cut_ivt.getString("product_area"));
|
boolean isOpen = RenUtils.isOpenTzArea(cut_ivt.getString("product_area"));
|
||||||
if (!isOpen) {
|
if (!isOpen) {
|
||||||
throw new BadRequestException("所在区域车间无法使用该功能!");
|
throw new BadRequestException("所在区域车间无法使用该功能!");
|
||||||
|
|||||||
Reference in New Issue
Block a user