流量计增加加入各类接口

This commit is contained in:
zhangyue 2026-07-30 15:09:20 +08:00
parent 035a20f77f
commit 1d464de11d
1 changed files with 0 additions and 3 deletions

View File

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