smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/impl/ShiftDetailServiceImpl.java
@@ -47,7 +47,7 @@ }).collect(Collectors.toList()); } @Override // org.springblade.modules.cps.service.IShiftDetailService @Override public List<ShiftInfoDTO> getShiftInfoDtoList(List<Long> workstationIdList, LocalDate startDay, LocalDate endDay) { List<ShiftInfoDTO> calendarCodeShiftDTOList = this.calendarService.listShiftInfo(workstationIdList, startDay, endDay); String message1 = MessageUtils.message("calendar.shift.shift1", new Object[0]);