| | |
| | | public class AnalysisService { |
| | | |
| | | @Resource |
| | | private CoreDeviceService deviceService; |
| | | private CoreDeviceService coreDeviceService; |
| | | @Resource |
| | | private NotifyWebInvoker notifyInvoker; |
| | | |
| | |
| | | Thread.sleep(sleepTime); |
| | | } |
| | | |
| | | deviceService.updateStatus(request.getCompanyId(), request.getSerId(), ServerUtil.getStatusMap()); |
| | | coreDeviceService.updateStatus(request.getCompanyId(), request.getSerId(), ServerUtil.getStatusMap()); |
| | | |
| | | notifyInvoker.notifyAnalysisStatusSuccess(request.getCompanyId(), request.getSerId(), OrderRespEnum.MSG_SUCCESS, "设备状态查询成功并完成解析!"); |
| | | |