pbom判断缺BOM

This commit is contained in:
10002327 2024-09-18 09:37:48 +08:00
parent 29130e5d04
commit a3be198926
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
});