1、修改基站修改后同步不到rtcm缓存的问题
This commit is contained in:
parent
4e9c411365
commit
75bc92066b
@ -194,14 +194,12 @@ public class GnssDeviceController extends BasicController{
|
|||||||
OpLogManager.OP_OBJ_DEVICE,
|
OpLogManager.OP_OBJ_DEVICE,
|
||||||
device.getDeviceid() + " create new");
|
device.getDeviceid() + " create new");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num == 0) {
|
if (num == 0) {
|
||||||
return HttpResult.failed();
|
return HttpResult.failed();
|
||||||
} else {
|
} else {
|
||||||
// 更新组参数的关联个数
|
// 更新组参数的关联个数
|
||||||
updateBasicGroupAssociatedNum(device,old_device);
|
updateBasicGroupAssociatedNum(device,old_device);
|
||||||
rtcmClient.deviceParamChanged(device.getDeviceid(),
|
rtcmClient.deviceParamChanged(device.getDeviceid(), device.getParentid());
|
||||||
old_device==null?null:old_device.getParentid());
|
|
||||||
return HttpResult.ok();
|
return HttpResult.ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user