From c5f5c2a9863d7200588940bceaa77eacc5481da5 Mon Sep 17 00:00:00 2001 From: XMnhwj_BackTechnologyDevelopment <3512363680@qq.com> Date: Mon, 29 May 2023 15:53:03 +0800 Subject: [PATCH] =?UTF-8?q?2023-05-29=2015:52:19=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=9C=BA=E6=99=AF=E7=AD=96=E7=95=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../psdc/controller/monitor/TotalElectricMeterController.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/psdc-web/src/main/java/com/psdc/controller/monitor/TotalElectricMeterController.java b/psdc-web/src/main/java/com/psdc/controller/monitor/TotalElectricMeterController.java index ae8cb66..4a0d0aa 100644 --- a/psdc-web/src/main/java/com/psdc/controller/monitor/TotalElectricMeterController.java +++ b/psdc-web/src/main/java/com/psdc/controller/monitor/TotalElectricMeterController.java @@ -53,6 +53,10 @@ public class TotalElectricMeterController { Map map2 = new HashMap<>(); map2.put("deviceId", dev.getDeviceId()); 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); } } else {