非Q 的规则
This commit is contained in:
parent
ba97872897
commit
648c2166d6
|
|
@ -616,12 +616,12 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
|
|||
}
|
||||
}
|
||||
//非Q
|
||||
List<BomNewPbomParentVO> noQList = childrenVO.stream().filter(u -> !u.getProjectType().equals("Q")).collect(Collectors.toList());
|
||||
{
|
||||
for (BomNewPbomParentVO noQVo : noQList) {
|
||||
intiNotQFac(noQVo, childrenVO);
|
||||
}
|
||||
}
|
||||
// List<BomNewPbomParentVO> noQList = childrenVO.stream().filter(u -> !u.getProjectType().equals("Q")).collect(Collectors.toList());
|
||||
// {
|
||||
// for (BomNewPbomParentVO noQVo : noQList) {
|
||||
// intiNotQFac(noQVo, childrenVO);
|
||||
// }
|
||||
// }
|
||||
if (CollUtil.isNotEmpty(result)) {
|
||||
pbomChildService.saveOrUpdateBatch(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue