2023-05-29 15:52:19 优化完善场景策略管理查询接口!

master
魔神煜修罗皇 2 years ago
parent 0dd1c431db
commit c5f5c2a986
  1. 4
      psdc-web/src/main/java/com/psdc/controller/monitor/TotalElectricMeterController.java

@ -53,6 +53,10 @@ public class TotalElectricMeterController {
Map<String, Object> map2 = new HashMap<>(); Map<String, Object> map2 = new HashMap<>();
map2.put("deviceId", dev.getDeviceId()); map2.put("deviceId", dev.getDeviceId());
map2.put("deviceName", dev.getDeviceName()); map2.put("deviceName", dev.getDeviceName());
map2.put("deviceId", dev.getDeviceId());
map2.put("intemp", null);
map2.put("outtemp", null);
map2.put("temp", null);
maps2.add(map2); maps2.add(map2);
} }
} else { } else {

Loading…
Cancel
Save