pBOM-编辑添加新行

This commit is contained in:
大米 2024-09-12 16:16:35 +08:00
parent 94e04540ac
commit b95b3eff73
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
u.setParentRowId(paramDTO.getBomRowId());
if(u.getRowId() == null){
u.setSourceStatus(PbomSourceStatusEnum.PBOM.getValue());
u.setFacCode(parent.getFacCode());
}else{
BomNewPbomChildEntity oChild = childMap.get(u.getRowId());
//判断是否有变更记录