ard-work/src/main/java/com/ruoyi/management3d/tiles3d/controller/ArdTiles3dController.java
@@ -116,4 +116,11 @@ Map deptAndTiles3d = ardTiles3dService.getChildDeptAndTiles3d(); return AjaxResult.success(deptAndTiles3d); } @GetMapping("/getChildTiles3d") @ApiOperation("获取三维实景") public AjaxResult getChildTiles3d() { Map deptAndTiles3d = ardTiles3dService.getChildTiles3d(); return AjaxResult.success(deptAndTiles3d); } }