更新命名

This commit is contained in:
jing's 2023-12-21 19:40:23 +08:00
parent 6ac310c0d0
commit b0369723b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;