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