whyclxw
2025-06-11 5bb7c2f8577909a319cb8a21a488bd1e0f52e43e
实施界面管理信息推送修改
2个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/whyc/dto/RealTimeDto.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/webSocket/RealTimeSocket.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/dto/RealTimeDto.java
@@ -4,7 +4,7 @@
@Data
public class RealTimeDto {
    private Integer staitonId;
    private Integer stationId;
    private Integer powerId;
    private Integer devId;
    private Integer battgroupId;
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);