Merge remote-tracking branch 'origin/master-xiantao5-lhj0905' into test

This commit is contained in:
10001392 2024-09-18 09:40:46 +08:00
commit 206b0ef774
1 changed files with 1 additions and 1 deletions

View File

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