fix:修改逻辑
This commit is contained in:
parent
afdcaddf68
commit
5dbfbe1b59
@ -184,8 +184,9 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
|||||||
buf.writeBytes(forwardBytes);
|
buf.writeBytes(forwardBytes);
|
||||||
|
|
||||||
//推送策略:F9P基站(505)兼容博通(510)推送
|
//推送策略:F9P基站(505)兼容博通(510)推送
|
||||||
if ((deviceBs.getModel()==null || deviceBs.getModel() == GnssDevice.MODEL_G505) &&
|
if (((deviceBs.getModel()==null || deviceBs.getModel() == GnssDevice.MODEL_G505) &&
|
||||||
(device.getModel()!=null && device.getModel()==GnssDevice.MODEL_G510)){
|
(device.getModel()!=null && device.getModel()==GnssDevice.MODEL_G510))||
|
||||||
|
(deviceBs.getDeviceId().equals("6541918"))){
|
||||||
buf = insert1005(deviceBs, deviceId, buf);
|
buf = insert1005(deviceBs, deviceId, buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user