修复取消移动位置订阅失败的问题

pull/1371/head
648540858 2024-03-13 16:13:05 +08:00
parent f7e5fff446
commit d1624e2d06
1 changed files with 2 additions and 2 deletions

View File

@ -575,8 +575,8 @@ public class DeviceServiceImpl implements IDeviceService {
}else if (device.getSubscribeCycleForMobilePosition() == 0) {
// 取消订阅
deviceInStore.setSubscribeCycleForCatalog(0);
removeCatalogSubscribe(deviceInStore, null);
deviceInStore.setSubscribeCycleForMobilePosition(0);
removeMobilePositionSubscribe(deviceInStore, null);
}
}
if (deviceInStore.getGeoCoordSys() != null) {