src/main/java/com/moral/service/impl/DeviceServiceImpl.java
@@ -211,7 +211,9 @@ if(!StringUtils.isBlank(device.getMac())){ Device simpleDevice = new Device(); simpleDevice.setId(device.getId()); simpleDevice.setDeviceVersion(device.getDeviceVersion()); simpleDevice.setName(device.getName()); simpleDevice.setAddress(device.getAddress()); simpleDevice.setDeviceVersionId(device.getDeviceVersionId()); simpleDevice.setMac(device.getMac()); simpleDevice.setMonitorPointId(device.getMonitorPointId()); if(device.getMonitorPointId()!=null){