异常判断
This commit is contained in:
parent
7ec1387c85
commit
d502130f01
|
|
@ -66,11 +66,13 @@ public class PBomFormalTreeTask extends RecursiveTask<List<BomNewPbomParentVO>>
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (BomNewPbomParentVO vo :
|
|
||||||
bomDetail) {
|
for (BomNewPbomParentVO vo :
|
||||||
vo.setLevelNum(levelNum);
|
bomDetail) {
|
||||||
vo.setOrderNumber(inCountNum.getAndIncrement() + "");
|
vo.setLevelNum(levelNum);
|
||||||
}
|
vo.setOrderNumber(inCountNum.getAndIncrement() + "");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue