流量计增加加入各类接口

This commit is contained in:
zhangyue 2026-07-29 18:02:35 +08:00
parent 8688af7e88
commit a80e45bf32
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}
}