fix(ebom): 修改判断条件
This commit is contained in:
parent
e8f3da6694
commit
b0bc503239
|
|
@ -134,7 +134,7 @@ public class BomNewEbomExportToSAP {
|
|||
children.add(convert(it, p.getMaterialNo(), ignore));
|
||||
}
|
||||
if (it.getVirtualPartType() > VirtualPackageTypeEnum.UN_VIRTUAL_PACKAGE.getValue()
|
||||
&& !Objects.equals(it.getVirtualPartType(), VirtualPackageTypeEnum.DELIVERY_PACKAGE.getValue())) {
|
||||
&& !Objects.equals(it.getVirtualPartType(), VirtualPackageTypeEnum.MAKING_PACKAGE.getValue())) {
|
||||
cRowId = null;
|
||||
}
|
||||
BomNewEbomParentEntity cp = getParent(it);
|
||||
|
|
|
|||
Loading…
Reference in New Issue