ximon-admin/src/main/java/com/sandu/ximon/admin/service/PoleService.java
@@ -902,8 +902,10 @@ throw new BusinessException("设备不存在"); } //关闭推送 SpringContextHolder.getBean(LightemitUtils.class).clear(xixun.getDeviceCode()); String clear = SpringContextHolder.getBean(LightemitUtils.class).clear(xixun.getDeviceCode()); if (clear.contains("is not") || clear.contains("does not")) { throw new BusinessException("设备不在线或设备未存在于服务器"); } } /**