计算树的高度
This commit is contained in:
parent
9f032fc032
commit
c1740586b8
|
|
@ -88,7 +88,7 @@ public class OriginalBomApi extends BaseApi {
|
||||||
@ApiOperation("计算树的高度(测试用)")
|
@ApiOperation("计算树的高度(测试用)")
|
||||||
public ResultVO<Boolean> computeTreeHeight() throws ExecutionException, InterruptedException {
|
public ResultVO<Boolean> computeTreeHeight() throws ExecutionException, InterruptedException {
|
||||||
return ResultVO.success(originalParentService.compucteLevelNum());
|
return ResultVO.success(originalParentService.compucteLevelNum());
|
||||||
SessionUtil.getUserCode()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue