【工单自动发布物料】导入功能 修改错误提示】

tags/yfai-mes-ext-v1.0
yxw 1 year ago
parent efa8f3d48a
commit 3ec57a1497

@ -105,7 +105,7 @@ public class PartAutoLandedService implements IPartAutoLandedService {
CommonEnumUtil.IS_VAILD.VAILD.getValue(),
CommonEnumUtil.IS_DEAL.NO.getValue()});
if (ObjectUtils.isEmpty(mesPart)) {
throw new BaseImppException("物料不存在");
throw new BaseImppException("成品物料编码[" + partNo + "]不存在");
}
MesPartAutoLanded mesPartAutoLanded = new MesPartAutoLanded();
mesPartAutoLanded.setPartNameRdd(mesPart.getPartName());

Loading…
Cancel
Save