ximon-admin/src/main/java/com/sandu/ximon/admin/service/PoleLightemitService.java
@@ -189,7 +189,7 @@ boolean belong = SpringContextHolder.getBean(PoleBindingService.class).isBelong(byId.getLightemitControlCode(), PoleBindingEnums.XIXUN); if (!belong) { throw new RuntimeException("该设备不属于您,不能修改设备信息"); throw new BusinessException("该设备不属于您,不能修改设备信息"); } poleLightemit.setLightemitId(ledId); boolean b = this.updateById(poleLightemit);