mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
修复取消移动位置订阅失败的问题
This commit is contained in:
parent
f7e5fff446
commit
d1624e2d06
@ -575,8 +575,8 @@ public class DeviceServiceImpl implements IDeviceService {
|
|||||||
|
|
||||||
}else if (device.getSubscribeCycleForMobilePosition() == 0) {
|
}else if (device.getSubscribeCycleForMobilePosition() == 0) {
|
||||||
// 取消订阅
|
// 取消订阅
|
||||||
deviceInStore.setSubscribeCycleForCatalog(0);
|
deviceInStore.setSubscribeCycleForMobilePosition(0);
|
||||||
removeCatalogSubscribe(deviceInStore, null);
|
removeMobilePositionSubscribe(deviceInStore, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (deviceInStore.getGeoCoordSys() != null) {
|
if (deviceInStore.getGeoCoordSys() != null) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user