Merge remote-tracking branch 'origin/feature/DM/nflg-bom-transition'

This commit is contained in:
10001392 2024-09-03 11:33:40 +08:00
commit 1b4ce3963a
1 changed files with 3 additions and 3 deletions

View File

@ -320,9 +320,9 @@ public class BomNewPbomExportToSAPImpl implements IBomNewPbomExportToSAP {
addToT1(convert(cp, it, p, ignore));
}
if (Objects.nonNull(cp)) {
if (!ignore && cp.getUserRootIs() == 1) {
ignore = true;
}
// if (!ignore && cp.getUserRootIs() == 1) {
// ignore = true;
// }
buildChildrenForSap(cRowId, cp, it, ignore);
}
}