This commit is contained in:
parent
949018b359
commit
f6ff56487f
|
|
@ -255,6 +255,7 @@ public class PublishMaterialService {
|
|||
}
|
||||
|
||||
|
||||
|
||||
try {
|
||||
//数据不存在保存
|
||||
if (StrUtil.isNotEmpty(material.getMaterialNo())) {
|
||||
|
|
@ -347,7 +348,8 @@ public class PublishMaterialService {
|
|||
if (StrUtil.isEmpty(makePack.getMaterialNo())) {
|
||||
throw new NflgBusinessException(STATE.Error, "电控制作物料编码申请失败");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
OptionalMbomMaterialEntity sendPack = new OptionalMbomMaterialEntity();
|
||||
String sendMaterialName = StrUtil.format("({})", desc).concat("(电控系统)").concat("(发货)");
|
||||
|
|
|
|||
Loading…
Reference in New Issue