‘liusuyi’
2023-06-17 fc993472ae3b57e5b00f6a4e4e3277ec48df0baa
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);
    }
}