林颖晨 2 years ago
commit 759b3931cd
  1. 9
      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 {

Loading…
Cancel
Save