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 33a1174..a74f9ff 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 @@ -77,9 +77,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 {