liusuyi
2024-07-01 9bc981a55ec6c3401ea04ca3d0a9c145d301b09e
ard-work/src/main/java/com/ruoyi/device/camera/controller/ArdCamerasController.java
@@ -218,7 +218,8 @@
    @GetMapping("/getDeptAndCameraWithCheckBox")
    @ApiOperation("获取部门和相机(开启复选框)")
    public AjaxResult getDeptAndCameraWithCheckBox() {
        Map deptAndCamera = ardCamerasService.getChildDeptAndCamera(false);
        //Map deptAndCamera = ardCamerasService.getChildDeptAndCamera(false);
        List<Map<String, Object>> deptAndCamera = ardCamerasService.getChildDeptAndCameraOwn(false);
        return AjaxResult.success(deptAndCamera);
    }