Commit 278b0635 authored by wangjinjing's avatar wangjinjing

websocket heartbeat

parent ce4db5bb
...@@ -178,7 +178,7 @@ public class TraffController { ...@@ -178,7 +178,7 @@ public class TraffController {
channelid = Integer.valueOf(videoIdArr[1]) + 1; channelid = Integer.valueOf(videoIdArr[1]) + 1;
} }
else{ else{
traffAlarmRecord.setFdid(trffClientMessage.getVideo_id()); traffAlarmRecord.setFdid(trffClientMessage.getVideo_id().replace("_0",""));
} }
traffAlarmRecord.setChannelid(channelid); traffAlarmRecord.setChannelid(channelid);
......
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