| | |
| | | import com.genersoft.iot.vmp.service.IDeviceChannelService; |
| | | import com.genersoft.iot.vmp.service.IDeviceService; |
| | | import com.genersoft.iot.vmp.service.IInviteStreamService; |
| | | import com.genersoft.iot.vmp.service.IMediaServerService; |
| | | import com.genersoft.iot.vmp.media.service.IMediaServerService; |
| | | import com.genersoft.iot.vmp.storager.IRedisCatchStorage; |
| | | import com.genersoft.iot.vmp.storager.dao.DeviceChannelMapper; |
| | | import com.genersoft.iot.vmp.storager.dao.DeviceMapper; |
| | |
| | | |
| | | }else if (device.getSubscribeCycleForMobilePosition() == 0) { |
| | | // 取消订阅 |
| | | deviceInStore.setSubscribeCycleForCatalog(0); |
| | | removeCatalogSubscribe(deviceInStore, null); |
| | | deviceInStore.setSubscribeCycleForMobilePosition(0); |
| | | removeMobilePositionSubscribe(deviceInStore, null); |
| | | } |
| | | } |
| | | if (deviceInStore.getGeoCoordSys() != null) { |