src/main/java/com/whyc/webSocket/RealTimeSocket.java
@@ -297,7 +297,7 @@ private Response getManagePage(RealTimeDto realDto) { Map<String, Object> map=new HashMap<>(); try { StationInf sinf=stationInfService.getStationInfById(realDto.getStaitonId()); StationInf sinf=stationInfService.getStationInfById(realDto.getStationId()); map.put("sinf",sinf); PowerInf pinf=powerInfService.getPowerInfById(realDto.getPowerId()); map.put("pinf",pinf);