From ba8633e99a27b90c55b47e8f7d6225f1f0efc6bb Mon Sep 17 00:00:00 2001 From: 648540858 <456panlinlin> Date: 星期五, 08 四月 2022 18:09:23 +0800 Subject: [PATCH] 优化地图-添加地图页面以及设备树 --- src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java index 3e72e29..93e2b87 100644 --- a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java +++ b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java @@ -17,9 +17,6 @@ @Autowired private IMediaServerService mediaServerService; - @Autowired - private UserSetup userSetup; - @Value("${server.port}") private int serverPort; @@ -31,6 +28,6 @@ JSONObject jsonObject = new JSONObject(); jsonObject.put("ip", sipConfig.getIp()); jsonObject.put("port", serverPort); - redisCatchStorage.updateWVPInfo(userSetup.getServerId(), jsonObject, 3); + redisCatchStorage.updateWVPInfo(jsonObject, 3); } } -- Gitblit v1.8.0