This commit is contained in:
parent
949018b359
commit
f6ff56487f
|
|
@ -255,6 +255,7 @@ public class PublishMaterialService {
|
|||
}
|
||||
|
||||
|
||||
|
||||
try {
|
||||
//数据不存在保存
|
||||
if (StrUtil.isNotEmpty(material.getMaterialNo())) {
|
||||
|
|
@ -349,6 +350,7 @@ public class PublishMaterialService {
|
|||
}
|
||||
|
||||
|
||||
|
||||
OptionalMbomMaterialEntity sendPack = new OptionalMbomMaterialEntity();
|
||||
String sendMaterialName = StrUtil.format("({})", desc).concat("(电控系统)").concat("(发货)");
|
||||
sendPack.setRowId(IdWorker.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue