liusuyi
2024-07-10 ac576569220cf4ed4ffa54dd4dd34e12d96d90f4
ard-work/src/main/java/com/ruoyi/device/camera/mapper/ArdCamerasMapper.java
@@ -96,4 +96,6 @@
    public Boolean getCameraOperationByCameraId(@Param("id") String id, @Param("userId") String userId);
    public List<Map<String, Object>> getChannelByCameraId(String id);
    public List<ArdCameras> findTowerCamerasBySubAndOwnDeptIds(@Param("deptIdList")List<Long> deptIdList);
}