mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 14:07:49 +08:00
修复报警订阅调用
This commit is contained in:
parent
383081f244
commit
88bd3c2ae3
@ -539,7 +539,7 @@ public class DeviceServiceImpl implements IDeviceService, CommandLineRunner {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (device.isOnLine() && device.getSubscribeCycleForAlarm() > 0) {
|
if (device.isOnLine() && device.getSubscribeCycleForAlarm() > 0) {
|
||||||
addMobilePositionSubscribe(device, transactionInfo);
|
addAlarmSubscribe(device, transactionInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user