武汉8修改日志

This commit is contained in:
tiger_zhou 2023-05-30 16:49:45 +08:00
parent 72024821b0
commit 38c30520f4

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);