Commit 9adb7d40 authored by xukaiqiang's avatar xukaiqiang

1

parent 1416f2a1
......@@ -92,7 +92,7 @@ public class GeneralDataQueue {
if (!alarmParamIsChange(param1)) {
return;
}
LinkedList<AlarmParam> datas = new LinkedList<AlarmParam>();
LinkedList<AlarmParam> datas = new LinkedList<>();
PointConfigVo vo = pointConfigService.findByServicesIdAndInfoAddress(param1.getServiceId(), Integer.valueOf(param1.getInformationAddress()));
param1.setPointCode(vo.getPointCode());
datas.add(param1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment