| | |
| | | return idToValue; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.mdc.service.ITimeUsedAnalysisService |
| | | |
| | | public Map<Long, List<ShiftIndexNameDTO>> queryBatchWorkStationShiftIndex(List<Long> workstationIdList, LocalDate localDate) { |
| | | Map<Long, List<ShiftIndexNameDTO>> idToValue = Kv.newMap(); |
| | | List<Workstation> workstations = this.workstationService.listByIds(workstationIdList); |
| | |
| | | return idToValue; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.mdc.service.ITimeUsedAnalysisService |
| | | |
| | | public BladeFile exportTimeUsed(TimeUsedExcelVO vo) { |
| | | List<Workstation> workstations; |
| | | StatisticalMethodEnum enums = vo.getEnums(); |