yangys
2024-04-23 fe1a8b44747f355c5f3d293a0b8034d01d553b45
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]);