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