修复问题

This commit is contained in:
zms 2025-11-17 15:50:37 +08:00
parent 16059ee5d4
commit 934e82a1d3

View File

@ -192,7 +192,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
TARGET_BASE_STATION_ID_FOR_1005.equals(deviceBs.getDeviceId())){ TARGET_BASE_STATION_ID_FOR_1005.equals(deviceBs.getDeviceId())){
buf = insert1005(deviceBs, deviceId, buf); buf = insert1005(deviceBs, deviceId, buf);
} }
}
} }
private ByteBuf insert1005(Device deviceBs, String deviceId, ByteBuf buf){ private ByteBuf insert1005(Device deviceBs, String deviceId, ByteBuf buf){