feat(pbom): 导入到SAP移除跳过用户根节点物料的限制
This commit is contained in:
parent
05679a70fd
commit
57e0e2a336
|
|
@ -320,9 +320,9 @@ public class BomNewPbomExportToSAPImpl implements IBomNewPbomExportToSAP {
|
||||||
addToT1(convert(cp, it, p, ignore));
|
addToT1(convert(cp, it, p, ignore));
|
||||||
}
|
}
|
||||||
if (Objects.nonNull(cp)) {
|
if (Objects.nonNull(cp)) {
|
||||||
if (!ignore && cp.getUserRootIs() == 1) {
|
// if (!ignore && cp.getUserRootIs() == 1) {
|
||||||
ignore = true;
|
// ignore = true;
|
||||||
}
|
// }
|
||||||
buildChildrenForSap(cRowId, cp, it, ignore);
|
buildChildrenForSap(cRowId, cp, it, ignore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue