1.问题修复

This commit is contained in:
大米 2023-12-26 16:03:03 +08:00
parent 4f4ecc74c7
commit b2ce4ad31c
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
BomNewEbomParentEntity parent = this.getBaseMapper().selectById(rowId);
List<BomNewEbomParentVO> parentChild = this.getBaseMapper().getParentChild(rowId);
//排除项目类别的赋值
materialMainService.intiMaterialInfo(parentChild , "material","materialTexture","procureType");
materialMainService.intiMaterialInfo(parentChild , "material","materialTexture","projectType");
if (CollUtil.isNotEmpty(parentChild)) {
List<String> materialNos = parentChild.stream().map(u -> u.getMaterialNo()).collect(Collectors.toList());
if (CollUtil.isNotEmpty(materialNos)) {