新增水电双击设备信息区域号,机构id字段,mqtt客户端心跳时间90s修改为240s
This commit is contained in:
@ -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->{
|
||||
|
Reference in New Issue
Block a user