This commit is contained in:
weizhihong 2023-06-06 16:42:35 +08:00
commit 4de0b5e0e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class TrainPositionService {
public void initTrainOrUpdate(String mapName, String json) {
TrainPosition tp = JsonUtils.read(json, TrainPosition.class);
tp.setReceiveTime(System.currentTimeMillis());
log.info(json);
log.debug(json);
// SocketMessageVO<TrainPosition> vo = SocketMessageFactory.buildBasic(WebSocketMessageType.YJDDZH_TRAIN_POSITION,tp);
// this.messageService.send(vo);
this.timeOverService.addTrainAccept(mapName, tp);