| | |
| | | MultipartFile multipartFile = ExcelUtil.exportToMultipartFile(fileName, ExcelConstant.STATUS_RECORD, exportList, StatusRecordExport.class); |
| | | return this.ossBuilder.tempTemplate().putFile(multipartFile.getOriginalFilename(), multipartFile); |
| | | } |
| | | |
| | | /* |
| | | @Override |
| | | public List<List<SuperAggregateStateVO>> crossDayState(CrossDayStateVO vo) { |
| | | LocalDate date = vo.getDate(); |
| | |
| | | }).collect(Collectors.toList()); |
| | | this.superAggregateStateService.saveState(collect); |
| | | return list; |
| | | } |
| | | }*/ |
| | | |
| | | @Override |
| | | public IPage<StatusRecordDateVO> getStatusRecordByDates(IPage<StatusRecordDateVO> page, StatusRecordDateTimeSelectVO statusRecordDateTimeSelectVO) { |