zhangnaisong
2024-03-09 bf2f8eed673c71b28364e91223bd6fe86be3b07c
ard-work/src/main/java/com/ruoyi/device/camera/controller/ArdCamerasController.java
@@ -194,9 +194,9 @@
        Map deptAndCamera = ardCamerasService.getChildDeptAndCamera(true);
        return AjaxResult.success(deptAndCamera);
    }
    @GetMapping("/getDeptAndCamera1")
    @ApiOperation("获取部门和相机1")
    public AjaxResult getDeptAndCamera1() {
    @GetMapping("/getDeptAndCameraByRole")
    @ApiOperation("获取部门和相机按角色")
    public AjaxResult getDeptAndCameraByRole() {
        List<DeptAndCamerasDto> deptAndCamera = ardCamerasService.getChildDeptAndCamera();
        return AjaxResult.success(deptAndCamera);
    }