Merge remote-tracking branch 'origin/feature/DM/rakor-change-sap'
This commit is contained in:
commit
e4a10e4b3c
|
|
@ -179,7 +179,7 @@ public class BomNewEbomExportToSAP {
|
||||||
, BomNewEbomParentEntity::getMaterialDesc, BomNewEbomParentEntity::getUserRootIs
|
, BomNewEbomParentEntity::getMaterialDesc, BomNewEbomParentEntity::getUserRootIs
|
||||||
, BomNewEbomParentEntity::getSource, BomNewEbomParentEntity::getSapState)
|
, BomNewEbomParentEntity::getSource, BomNewEbomParentEntity::getSapState)
|
||||||
.eq(BomNewEbomParentEntity::getMaterialNo, c.getMaterialNo())
|
.eq(BomNewEbomParentEntity::getMaterialNo, c.getMaterialNo())
|
||||||
.eq(BomNewEbomParentEntity::getUserRootIs, 0)
|
// .eq(BomNewEbomParentEntity::getUserRootIs, 0)
|
||||||
.eq(BomNewEbomParentEntity::getStatus, EBomStatusEnum.PUBLISHED.getValue())
|
.eq(BomNewEbomParentEntity::getStatus, EBomStatusEnum.PUBLISHED.getValue())
|
||||||
// .ne(BomNewEbomParentEntity::getSource, EBomSourceEnum.FROM_SAP.getValue())
|
// .ne(BomNewEbomParentEntity::getSource, EBomSourceEnum.FROM_SAP.getValue())
|
||||||
.orderByDesc(BomNewEbomParentEntity::getCurrentVersion)
|
.orderByDesc(BomNewEbomParentEntity::getCurrentVersion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue