|
@@ -144,6 +144,6 @@ public class BigScreenServiceImpl implements BigScreenService {
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
public void pushRtEventFlag(String stationId) {
|
|
public void pushRtEventFlag(String stationId) {
|
|
- BigScreenWebSocketEndpoint.sendMsgToFront(stationId,"happen");
|
|
|
|
|
|
+ BigScreenWebSocketEndpoint.sendMsgToFront(stationId,"rt_event_happen");
|
|
}
|
|
}
|
|
}
|
|
}
|