ximon-admin/src/main/java/com/sandu/ximon/admin/service/PoleService.java
@@ -716,9 +716,10 @@ if (pole == null) { throw new BusinessException("灯杆不存在"); } pole.setUserId(clientId); pole.setClientId(clientId); if (!clientService.findClientId(clientId)) { pole.setClientId(clientService.getClientId(clientId)); pole.setUserId(clientService.getClientId(clientId)); } r = updateById(pole);