| | |
| | | log.info(result); |
| | | } |
| | | |
| | | |
| | | @Test |
| | | void automationUploadEventAndFile() { |
| | | lcApiService.automationUploadEventAndFile(); |
| | | } |
| | | |
| | | |
| | | @Test |
| | | void submitEventRegister() { |
| | | EventInfo eventInfo = new EventInfo(); |
| | |
| | | @Test |
| | | void submitEventRegisterJobTest() { |
| | | log.info("定时向浪潮服务器提交网格事件登记开始"); |
| | | R<EventDetailsVO> event = gridService.eventDetails(1111999L); |
| | | R<EventDetailsVO> event = gridService.eventDetails(4545676L); |
| | | EventDetailsVO eventInfoVo = event.getData(); |
| | | EventInfo eventInfo = new EventInfo(); |
| | | String lcGrid = gridService.getLcGridIdByLocal(eventInfoVo.getGridId()); |