ebom-可重复转PBOM
This commit is contained in:
parent
df02cbf112
commit
ae3478521c
|
|
@ -83,7 +83,7 @@ public class EBomToPBom {
|
||||||
check();
|
check();
|
||||||
//bom 提层
|
//bom 提层
|
||||||
liftingLayer();
|
liftingLayer();
|
||||||
List<BomNewEbomParentVO> parentList = result.stream().filter(u -> u.getBomRowId() > 0 && u.getStatus()<EBomStatusEnum.PUBLISHED.getValue()).collect(Collectors.toList());
|
List<BomNewEbomParentVO> parentList = result.stream().filter(u -> u.getBomRowId() > 0).collect(Collectors.toList());
|
||||||
List<String> hasConvert=new ArrayList<>();
|
List<String> hasConvert=new ArrayList<>();
|
||||||
|
|
||||||
for (String facCode : facCodes) {
|
for (String facCode : facCodes) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue