更新命名
This commit is contained in:
parent
6ac310c0d0
commit
b0369723b4
|
|
@ -740,7 +740,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
List<BomNewEbomParentVO> parentList = new ArrayList<>();
|
List<BomNewEbomParentVO> parentList = new ArrayList<>();
|
||||||
parentList.add(parentVO);
|
parentList.add(parentVO);
|
||||||
materialMainService.intiMaterialInfo(parentList);
|
materialMainService.intiMaterialInfo(parentList);
|
||||||
vo.setList(getChild(bomRowId));
|
vo.setDatas(getChild(bomRowId));
|
||||||
vo.setParent(parentList.get(0));
|
vo.setParent(parentList.get(0));
|
||||||
return vo;
|
return vo;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue