1、加打印查基站修改同步问题
This commit is contained in:
parent
d48dbe38a0
commit
6cfc24eeb5
@ -48,7 +48,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
||||
byte[] forwardBytes = message.getSrcData();
|
||||
// 要求快速转发,因此用缓存,不要每次都查数据库
|
||||
List<Device> deviceList = deviceService.findByParentId(id);
|
||||
logger.debug("base station {} has {} rovers: "+message.getId(),deviceList.size());
|
||||
logger.debug("base station {} has {} rovers: ", message.getId(),deviceList.size());
|
||||
for (Device device : deviceList) {
|
||||
if (device.getOpMode() != GnssDevice.OP_MODE_USE) continue;
|
||||
String deviceId = device.getDeviceId();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user