fix: 设置rowid
This commit is contained in:
parent
97401dfbdb
commit
78e10a798f
|
|
@ -418,6 +418,7 @@ public class DQBomService {
|
|||
BomNewDQbomParentEntity parent = dQBomParentService.getById(bomRowId);
|
||||
BomNewDQbomVO p = Convert.convert(BomNewDQbomVO.class, parent);
|
||||
p.setBomRowId(bomRowId);
|
||||
p.setRowId(rowId);
|
||||
vo.setParent(p);
|
||||
vo.setDatas(getChild(bomRowId));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue