| | |
| | | if (osdCheckResult != null) { |
| | | monitor.setDeviceType(osdCheckResult.getDeviceBrand()); |
| | | } |
| | | |
| | | monitorList.add(monitor); |
| | | } |
| | | }); |
| | |
| | | //老设备状态改为不参与考核 |
| | | if (!points.contains(key)) { |
| | | value.setExamineStatus(Boolean.FALSE); |
| | | //单位设置为空 |
| | | value.setUnitId(null); |
| | | ywPointList.add(value); |
| | | } |
| | | }); |
| | |
| | | ywPoint.setStatus(PointStatus.WAIT.getDesc()); |
| | | ywPoint.setSerialNumber(result.getSerialNumber().getValue()); |
| | | ywPoint.setImportantTag(Boolean.FALSE); |
| | | ywPoint.setProvinceTag(Boolean.FALSE); |
| | | ywPoint.setProvinceTagVideo(Boolean.FALSE); |
| | | ywPoint.setProvinceTagCar(Boolean.FALSE); |
| | | ywPoint.setProvinceTagFace(Boolean.FALSE); |
| | | ywPoint.setImportantCommandImageTag(Boolean.FALSE); |
| | | ywPoint.setCreateTime(new Date()); |
| | | ywPoint.setUpdateTime(new Date()); |