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); }