解决启动设置所有设备离线未删除redis记录

This commit is contained in:
64850858
2021-06-18 19:44:55 +08:00
parent 513b810631
commit d09ee0c2ff
4 changed files with 17 additions and 1 deletions

View File

@@ -29,5 +29,7 @@ public class SipDeviceRunner implements CommandLineRunner {
public void run(String... args) throws Exception {
// 设置所有设备离线
storager.outlineForAll();
// 设置所有设备离线
redisCatchStorage.outlineForAll();
}
}