pbom判断缺BOM
This commit is contained in:
parent
29130e5d04
commit
a3be198926
|
|
@ -1998,7 +1998,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
|
|||
//不为空则进行递归 currLevel < 200 不再递归判断为死循环
|
||||
if(finalPMap.get(c.getBomRowId()) != null && currLevel < 200){
|
||||
finalCurrLevel.getAndIncrement();
|
||||
checkChild(rList,finalPMap.get(c.getBomRowId()), finalCurrLevel.get(),type,currNos + " > " + finalPMap.get(c.getBomRowId()).getMaterialNo());
|
||||
checkChild(rList,finalPMap.get(c.getBomRowId()),type, finalCurrLevel.get(),currNos + " > " + finalPMap.get(c.getBomRowId()).getMaterialNo());
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue