流量计增加加入各类接口
This commit is contained in:
parent
035a20f77f
commit
1d464de11d
|
|
@ -1052,9 +1052,6 @@ public class BigScreenController {
|
||||||
ent.setMapIcon(deploy.getMapIcon());
|
ent.setMapIcon(deploy.getMapIcon());
|
||||||
ent.setIds(deploy.getId());
|
ent.setIds(deploy.getId());
|
||||||
ent.setIsOnline(iotutils.addOnlineStatus(deploy).getIsOnline());
|
ent.setIsOnline(iotutils.addOnlineStatus(deploy).getIsOnline());
|
||||||
if(DeviceDeployEnum.FLOWMETER.getType().equals(deploy.getDeployType())){
|
|
||||||
ent.setType(DeviceDeployEnum.SURV_SOIL.getType());
|
|
||||||
}
|
|
||||||
returnList.add(ent);
|
returnList.add(ent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue