From 442a7581921c96a35595ca1cff638cc4cced15be Mon Sep 17 00:00:00 2001 From: XMnhwj_BackTechnologyDevelopment <3512363680@qq.com> Date: Fri, 2 Jun 2023 10:56:24 +0800 Subject: [PATCH] =?UTF-8?q?2023-06-02=2010:37:46=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=94=A8=E6=88=B7=E6=89=80=E5=B1=9E=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/monitor/TotalElectricMeterController.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 c79e734..34269ef 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 @@ -75,9 +75,12 @@ public class TotalElectricMeterController { if (null != modelVo3){ b3 = true; } - map2.put("intemp", b1); - map2.put("outtemp", b2); - map2.put("temp", b3); + map2.put("intemp", null); + map2.put("outtemp", null); + map2.put("temp", null); + map2.put("inTemp", b1); + map2.put("outTemp", b2); + map2.put("Temp", b3); maps2.add(map2); } } else {