This commit is contained in:
tiger_zhou 2023-12-19 17:04:56 +08:00
parent 4986080e43
commit 4630e84e1f

View File

@ -55,8 +55,8 @@ public abstract class DefaultConvertor extends DeviceStatusConvertor {
return SystemContext.notMatchRtu(lineId, rtuId); return SystemContext.notMatchRtu(lineId, rtuId);
}).collect(Collectors.toList()); }).collect(Collectors.toList());
DeviceDataRepository.add(k.toString(), builders, this.dataType());
this.eventHandle(builders); this.eventHandle(builders);
DeviceDataRepository.add(k.toString(), builders, this.dataType());
}); });
} }
} }