This commit is contained in:
jing's 2023-12-08 18:15:48 +08:00
parent 949018b359
commit f6ff56487f
1 changed files with 3 additions and 1 deletions

View File

@ -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());