Merge branch 'refs/heads/feature/DM/nflg-bom-dq' into dev
This commit is contained in:
commit
4eb73250aa
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue