|
@@ -75,6 +75,7 @@ public class WebSocketCommon {
|
|
|
|
|
|
String cameraName = baseRailwayManagementService.getCameraNameByCameraCode(msgAlarm.getRailwayCode());
|
|
|
msgAlarmResp.setRailwayName(cameraName != null ? cameraName : "");
|
|
|
+ msgAlarmResp.setRailwayCode(msgAlarm.getRailwayCode());
|
|
|
msgAlarmResp.setLineDirStr(msgAlarm.getLineDir() == 1 ? "上行" : "下行");
|
|
|
msgAlarmResp.setAlarmTime(msgAlarm.getAlarmTime() != null ? msgAlarm.getAlarmTime() : new Date());
|
|
|
// 图片
|