Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/rtss-server into test-zy
This commit is contained in:
commit
d048ae9c60
@ -93,7 +93,7 @@ public class NccAlarmService {
|
||||
repository.addAtsAlarm(atsAlarm);
|
||||
SocketMessageVO<Collection<AtsAlarm>> messageVO =
|
||||
SocketMessageFactory.buildAtsAlarmMessage(simulation.getId(), Collections.singletonList(atsAlarm));
|
||||
stompMessageService.sendToUser(simulation.getCreatorId(), messageVO);
|
||||
stompMessageService.sendToUser(simulation.getSimulationUserIds(), messageVO);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user