| | |
| | | return WorkstationCache.getDefaultWcs(); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.mdc.service.ITimeUsedAnalysisService |
| | | @Override |
| | | public WorkstationBandShiftVO queryWorkStationShiftIndexName(QueryShiftIndexNameVO vo) { |
| | | Integer type = vo.getType(); |
| | | if (MdcConstant.WORK_STATION.equals(type)) { |
| | |
| | | return getGroupShiftIndexName(vo); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.mdc.service.ITimeUsedAnalysisService |
| | | @Override |
| | | public Map<Long, List<ShiftIndexNameDTO>> queryWorkStationShiftIndex(List<Long> workstationIds, LocalDate localDate) { |
| | | Map<Long, List<ShiftIndexNameDTO>> idToValue = Kv.newMap(); |
| | | workstationIds.forEach(workstationId -> { |