Merge remote-tracking branch 'origin/feature/DM/rakor-change-sap' into test

This commit is contained in:
10001392 2024-09-23 15:39:59 +08:00
commit 3763ee7320
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class BomNewEbomExportToSAP {
, BomNewEbomParentEntity::getMaterialDesc, BomNewEbomParentEntity::getUserRootIs
, BomNewEbomParentEntity::getSource, BomNewEbomParentEntity::getSapState)
.eq(BomNewEbomParentEntity::getMaterialNo, c.getMaterialNo())
.eq(BomNewEbomParentEntity::getUserRootIs, 0)
// .eq(BomNewEbomParentEntity::getUserRootIs, 0)
.eq(BomNewEbomParentEntity::getStatus, EBomStatusEnum.PUBLISHED.getValue())
// .ne(BomNewEbomParentEntity::getSource, EBomSourceEnum.FROM_SAP.getValue())
.orderByDesc(BomNewEbomParentEntity::getCurrentVersion)