Merge branch 'refs/heads/feature/DM/nflg-bom-dq' into dev

This commit is contained in:
曹鹏飞 2024-04-24 15:54:27 +08:00
commit 4eb73250aa
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ public class DQBomService {
BomNewDQbomParentEntity parent = dQBomParentService.getById(bomRowId); BomNewDQbomParentEntity parent = dQBomParentService.getById(bomRowId);
BomNewDQbomVO p = Convert.convert(BomNewDQbomVO.class, parent); BomNewDQbomVO p = Convert.convert(BomNewDQbomVO.class, parent);
p.setBomRowId(bomRowId); p.setBomRowId(bomRowId);
p.setRowId(rowId);
vo.setParent(p); vo.setParent(p);
vo.setDatas(getChild(bomRowId)); vo.setDatas(getChild(bomRowId));
} }