BUG修复-3
This commit is contained in:
parent
5eb21cd0a6
commit
4fe36d5b9c
|
|
@ -125,7 +125,9 @@ public class EBomToPBomForFormalNew extends FormalEBomToPbomBase {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
//处理子级
|
//处理子级
|
||||||
mergeChild=handlerArtPackage(parentEnt,mergeChild,facCode,parentList,vo.getVirtualPartType());
|
if(!VirtualPackageTypeEnum.DIRECT_DELIVERY_PACKAGE.equalsValue(vo.getVirtualPartType()) && !VirtualPackageTypeEnum.PRE_ASSEMBLY_PACKAGE.equalsValue(vo.getVirtualPartType())) {
|
||||||
|
mergeChild = handlerArtPackage(parentEnt, mergeChild, facCode, parentList, vo.getVirtualPartType());
|
||||||
|
}
|
||||||
//检查是否用户跟用户节点()
|
//检查是否用户跟用户节点()
|
||||||
if(parentEnt.getMaterialNo().equals(parent.getMaterialNo())) {
|
if(parentEnt.getMaterialNo().equals(parent.getMaterialNo())) {
|
||||||
List<String> childMaterialNos = SpringUtil.getBean(BomNewPbomParentMapper.class).getPBomExistMaterialInChildForWorkList(parent.getMaterialNo());
|
List<String> childMaterialNos = SpringUtil.getBean(BomNewPbomParentMapper.class).getPBomExistMaterialInChildForWorkList(parent.getMaterialNo());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue