Merge remote-tracking branch 'origin/feature/DM/rakor-change-sap' into test
This commit is contained in:
commit
3763ee7320
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue