@ -352,13 +352,13 @@ public class IndexController {
if(baseSensorInfoDtos != null){
this.add(baseSensorInfoDtos.size() + "");
if(baseSensorInfoDtos.size() > 0) {
/*this.add(
this.add(
baseSensorInfoDtos.stream()
.filter(z -> z.getSensorStatus() == 1)
.collect(Collectors.toList())
.size()
+ "");*/
this.add(0+"");
+ "");
//this.add(0+"");
}else{
}