新增水电双击设备信息区域号,机构id字段,mqtt客户端心跳时间90s修改为240s

This commit is contained in:
蒾酒
2024-12-29 17:50:25 +08:00
parent eac745676b
commit 88bb0da0d3
4 changed files with 15 additions and 3 deletions

View File

@ -85,7 +85,6 @@ public class DeviceReportInfoController extends BaseController
@ApiOperation("统计是设备相关信息")
public AjaxResult listCount(DeviceReportInfo deviceReportInfo)
{
List<DeviceReportInfo> list = deviceReportInfoService.selectDeviceReportInfoList(deviceReportInfo);
AtomicInteger onLineTotal= new AtomicInteger();
list.forEach(d->{