移除无用代码

This commit is contained in:
648540858
2023-07-31 12:26:42 +08:00
parent 59d8f2f915
commit 095a3e1384
4 changed files with 13 additions and 13 deletions

View File

@@ -183,6 +183,17 @@ public class DeviceServiceImpl implements IDeviceService {
redisCatchStorage.sendDeviceOrChannelStatus(device.getDeviceId(), null, true);
}
//
// try {
// cmder.alarmSubscribe(device, 600, "0", "4", "0", "2023-7-27T00:00:00", "2023-7-28T00:00:00");
// } catch (InvalidArgumentException e) {
// throw new RuntimeException(e);
// } catch (SipException e) {
// throw new RuntimeException(e);
// } catch (ParseException e) {
// throw new RuntimeException(e);
// }
}
@Override