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