liusuyi
2026-06-01 3496700a5ba18be8ca0590a79e21a867782d1ea9
ard-modules/ard-modules-gb28181/src/main/java/com/ard/gb28181/service/impl/RedisCatchStorageImpl.java
@@ -75,7 +75,7 @@
     * @param deviceId
     */
    @Override
    public void cleanChannelsForDevice(int deviceId) {
    public void cleanChannelsForDevice(String deviceId) {
        String key = VideoManagerConstants.DEVICE_CHANNEL_PREFIX;
        redisTemplate.opsForHash().delete(key, deviceId);
    }