@ -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 {