修复启动时如果上机平台不可连接的导致的持续报错
This commit is contained in:
@@ -276,7 +276,7 @@ public class PlatformServiceImpl implements IPlatformService {
|
||||
eventResult.statusCode, eventResult.msg);
|
||||
offline(parentPlatform, false);
|
||||
}, null);
|
||||
} catch (InvalidArgumentException | ParseException | SipException e) {
|
||||
} catch (Exception e) {
|
||||
logger.error("[命令发送失败] 国标级联定时注册: {}", e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user