swwheihei
2020-07-16 4202cfb88fe3ab437b8764c388869d159d8d6ce3
src/main/java/com/genersoft/iot/vmp/storager/redis/VideoManagerRedisStoragerImpl.java
@@ -13,7 +13,7 @@
/**    
 * @Description:视频设备数据存储-redis实现  
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月6日 下午2:31:42     
 */
@Component("redisStorager")
@@ -96,8 +96,7 @@
    */  
   @Override
   public boolean delete(String deviceId) {
      redis.del(VideoManagerConstants.CACHEKEY_PREFIX+deviceId);
      return true;
      return redis.del(VideoManagerConstants.CACHEKEY_PREFIX+deviceId);
   }
   /**