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