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